GH_Attributes(T).ExpireLayout Method

GH_AttributesTExpireLayout Method

Expires the entire layout of the attributes. When overridden, implementer must place a call to the base class ExpireLayout().

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual void ExpireLayout()
Public Overridable Sub ExpireLayout

Implements

IGH_AttributesExpireLayout
See Also