GH_DocObjectEventArgs.Attributes Property

GH_DocObjectEventArgsAttributes Property

Gets all the attributes that are associated with all objects in the event.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<IGH_Attributes> Attributes { get; }
Public ReadOnly Property Attributes As List(Of IGH_Attributes)
	Get

Property Value

Type: ListIGH_Attributes

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

See Also