Click or drag to resize

GH_AttributesT Constructor

Construct a new instance of this class.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_Attributes(
	T owner
)

Parameters

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