JGR MSTS Editors and Tools
SimisTreeNode Constructor (type, name)
NamespacesJgr.IO.ParserSimisTreeNodeSimisTreeNode(String, String)

[This is preliminary documentation and is subject to change.]

Constructs a new node with a given Type, Name and no children.
Declaration Syntax
C#Visual BasicVisual C++
public SimisTreeNode(
	string type,
	string name
)
Public Sub New ( _
	type As String, _
	name As String _
)
public:
SimisTreeNode(
	String^ type, 
	String^ name
)
Parameters
type (String)
The string identifier for this node.
name (String)
An optional name for this node.

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682