Click or drag to resize

freeGraphLinkRegistryGetLinkKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes the link key - for quering the optimized collections

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static string GetLinkKey(
	string nodeNameA,
	string nodeNameB
)
Request Example View Source

Parameters

nodeNameA
Type: SystemString
The node name a.
nodeNameB
Type: SystemString
The node name b.

Return Value

Type: String
See Also