Click or drag to resize

graphToFreeGraphConverterBasicTGetNodeType Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the type of the node - by default implementation returns level

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual int GetNodeType(
	T node
)
Request Example View Source

Parameters

node
Type: T
The node.

Return Value

Type: Int32
See Also