Click or drag to resize

GH_DetailViewLoadGeometry Method

If the geometry is referenced and not yet loaded, attempts to load the geometry.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override bool LoadGeometry()

Return Value

Type: Boolean
True if the geometry is loaded (or if it was already loaded), False on failure.
See Also