Click or drag to resize

graphToGraphConverterBaseTGraphFrom, TGraphTo, TGraphFromElement, TGraphToElementGetLinkLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the label for link - by default implementation returns empty string

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

Parameters

nodeA
Type: TGraphFrom
The node a.
nodeB
Type: TGraphFrom
The node b.

Return Value

Type: String
See Also