DataTree(T).ToString Method

DataTreeTToString Method

Creates a brief description of the tree.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override string ToString()
Public Overrides Function ToString As String

Return Value

Type: String
A String representing the current state of the data tree.
See Also