Grasshopper API
GH_CurveLoadGeometry Method (RhinoDoc) |
If the curve is referenced and not yet loaded, attempts to load the curve.
Namespace: Grasshopper.Kernel.Types
Assembly: Grasshopper (in Grasshopper.dll)

public override bool LoadGeometry( RhinoDoc doc )
Public Overrides Function LoadGeometry ( doc As RhinoDoc ) As Boolean
Parameters
- doc
- Type: RhinoDoc
Return Value
Type: BooleanTrue if the curve is loaded (or if it was already loaded), False on failure.
