Click or drag to resize

GH_DocumentObjectAttributes Property

Gets or sets the attributes that are associated with this object. Only set custom attributes if you know what you are doing.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Attributes Attributes { get; set; }

Property Value

Type: IGH_Attributes

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

Implements

IGH_DocumentObjectAttributes
See Also