Click or drag to resize

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)
Syntax
public IList<IGH_Attributes> Attributes { get; }

Property Value

Type: IListIGH_Attributes

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.Attributes"]

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