GH_SubDLoadGeometry 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()
Public Overrides Function LoadGeometry As Boolean
Return Value
Type:
BooleanTrue if the geometry is loaded (or if it was already loaded), False on failure.
See Also