GH_ResizableAttributes(T) Constructor

GH_ResizableAttributesT Constructor

Initializes a new instance of the GH_ResizableAttributesT class

Namespace:  Grasshopper.Kernel.Attributes
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_ResizableAttributes(
	T owner
)
Protected Sub New ( 
	owner As T
)

Parameters

owner
Type: T
See Also