GH_Attributes(T).DocObject Property

GH_AttributesTDocObject Property

Gets the owner object of these attributes.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_DocumentObject DocObject { get; }
Public ReadOnly Property DocObject As IGH_DocumentObject
	Get

Property Value

Type: IGH_DocumentObject

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Attributes`1.DocObject"]

Implements

IGH_AttributesDocObject
See Also