Click or drag to resize

GH_DocumentServerDocument Property

Gets the document at the given index.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Document this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of document to retrieve.

Property Value

Type: GH_Document

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

See Also