GH_Attributes(T) Constructor

GH_AttributesT Constructor

Construct a new instance of this class.

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

Parameters

owner
Type: T
Owner object associated with these attributes.
See Also