Click or drag to resize

DirectedGraphConverterBaseT, TElementGetNodeLabel Method

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

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

Parameters

node
Type: T
The node.

Return Value

Type: String
See Also