Click or drag to resize

GH_DocumentConstructDocumentTree Method

Create a hierarchical document tree of ownership with this document as the root.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_DocumentTree ConstructDocumentTree()

Return Value

Type: GH_DocumentTree
A tree of all documents owned directly or indirectly by this document.
See Also