Click or drag to resize

graphToFreeGraphConverterBasicTGetLinkType Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Provides type of link between nodeA and nodeB

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

Parameters

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

Return Value

Type: Int32
See Also