GH_DocObjectEventArgs.Object Property

GH_DocObjectEventArgsObject Property

Gets the object to which this event pertains.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_DocumentObject this[
	int index
] { get; }
Public ReadOnly Default Property Object ( 
	index As Integer
) As IGH_DocumentObject
	Get

Parameters

index
Type: SystemInt32

Property Value

Type: IGH_DocumentObject

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_DocObjectEventArgs.Object(System.Int32)"]

See Also