GH_AnnotationBaseLoadGeometry Method (RhinoDoc) |
If the annotation is referenced and not yet loaded, attempts to load the leader.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax 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 annotation is loaded (or if it was already loaded), False on failure.
See Also