GH_Attributes(T).Parent Property

GH_AttributesTParent Property

Gets or sets the parent attributes. Top level attributes do not have parents.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Attributes Parent { get; set; }
Public Property Parent As IGH_Attributes
	Get
	Set

Property Value

Type: IGH_Attributes

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

Implements

IGH_AttributesParent
See Also