GH_Point.LoadGeometry Method (RhinoDoc)

GH_PointLoadGeometry Method (RhinoDoc)

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool LoadGeometry(
	RhinoDoc doc
)
Public Function LoadGeometry ( 
	doc As RhinoDoc
) As Boolean

Parameters

doc
Type: RhinoDoc

Return Value

Type: Boolean

Implements

IGH_GeometricGooLoadGeometry(RhinoDoc)
See Also