Grasshopper API
GH_DocumentAttributes Property |
Returns a list of all the attributes in this document. This includes attributes
for nested objects such as input or output parameters.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public IList<IGH_Attributes> Attributes { get; }
Public ReadOnly Property Attributes As IList(Of IGH_Attributes) Get
Property Value
Type: IListIGH_Attributes[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.Attributes"]

If the attribute cache is empty, it will be rebuild. Hence, this could be quite an expensive call to make.
