GH_Component.PostConstructor Method

GH_ComponentPostConstructor Method

The PostConstructor is called from within each constructor. DO NOT OVERRIDE THIS unless you know what you are doing.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected virtual void PostConstructor()
Protected Overridable Sub PostConstructor
See Also