GH_DocumentSolutionDepth Property |
Gets the number of nested solutions currently running.
If no solutions are running, the depth should be zero.
If one solution is runnnig, the depth should be one.
Higher depths are only possible if a new solution was
scheduled from within an existing solution with delay=0ms.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public int SolutionDepth { get; }
Public ReadOnly Property SolutionDepth As Integer
Get
Property Value
Type:
Int32[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Document.SolutionDepth"]
See Also