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; }
Public ReadOnly Default Property Document (
index As Integer
) As GH_Document
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