Determines the graph element type for a given tree node.
Namespace: TreeLayoutHelper.FlowLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
ElementType ClassifyNode( TNode node ) |
Visual Basic |
---|
Function ClassifyNode ( _ node As TNode _ ) As ElementType |
Visual C++ |
---|
ElementType ClassifyNode( TNode node ) |
J# |
---|
ElementType ClassifyNode( TNode node ) |
JScript |
---|
function ClassifyNode( node : TNode ) : ElementType |
JavaScript |
---|
function ClassifyNode(node); |
Parameters
- node
- Type: TNode
The tree node.
Return Value
The element type of the node.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | node is nullNothingnullptra null reference (Nothing in Visual Basic). |