Click or drag to resize

DirectedGraphConverterBaseT, TElementGetNodeID Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the node identifier.

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public abstract string GetNodeID(
	T node
)
Request Example View Source

Parameters

node
Type: T
The node.

Return Value

Type: String
See Also