GH_Attributes(T).PerformLayout Method

GH_AttributesTPerformLayout Method

Recompute the layout for these attributes. This function is automatically called during Drawing operations, so you typically don't have to.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void PerformLayout()
Public Sub PerformLayout

Implements

IGH_AttributesPerformLayout
See Also