GH_Attributes(T).GetTopLevel Property

GH_AttributesTGetTopLevel Property

Gets the top-level attributes of the attribute stack these attributes belong to.

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

Property Value

Type: IGH_Attributes

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

Implements

IGH_AttributesGetTopLevel
See Also