GH_ComponentInConstructor Property |
Gets the constructor flag for this instance. If InConstructor = True,
it means the component is still registering parameters and the
layout is not yet complete.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool InConstructor { get; }
Public ReadOnly Property InConstructor As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.InConstructor"]
Implements
IGH_ComponentInConstructorSee Also