GH_GeometricGooTIsGeometryLoaded Property |
Gets a value indicating whether or not this geometry is currently loaded (assuming it is referenced).
Not all IGH_GeometricGoo implementations support referenced geometry. The default is to always return True.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public virtual bool IsGeometryLoaded { get; }
Public Overridable ReadOnly Property IsGeometryLoaded As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_GeometricGoo`1.IsGeometryLoaded"]
Implements
IGH_GeometricGooIsGeometryLoadedSee Also