GH_DocumentNested Property |
Gets or sets whether this document is nested.
A nested document is always part of some other document
and is therefore unknown to the DocumentServer and the Canvas.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool Nested { get; set; }
Public Property Nested As Boolean
Get
Set
Property Value
Type:
Boolean[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.Nested"]
See Also