Click or drag to resize

graphAnalysisPairCollectionAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new analysis pair - sets graphChangeType for the pair, as: added, removed or noChange.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public graphAnalysisPair Add(
	IGraphNode node_A,
	IGraphNode node_B
)
Request Example View Source

Parameters

node_A
Type: imbSCI.Data.collection.graphIGraphNode
The node a.
node_B
Type: imbSCI.Data.collection.graphIGraphNode
The node b.

Return Value

Type: graphAnalysisPair
See Also