Click or drag to resize

graphToGraphConverterBaseTGraphFrom, TGraphTo, TGraphFromElement, TGraphToElementGetNodeName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Provides display Label for specified node, in default implementation returns [!:IGraphNode.Id]

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

Parameters

node
Type: TGraphFrom
The node.

Return Value

Type: String
See Also