 | TreeParameters(String) constructor |
Constructor - takes the logical name of the tree.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic TreeParameters(
string name
)
Public Sub New (
name As String
)
public:
TreeParameters(
String^ name
)
new :
name : string -> TreeParameters
Parameters
- name String
- The logical name of the tree.
See also