Click or drag to resize

freeGraphIslandAdd Method (freeGraphQueryResult)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds all nodes from the query into collection that are not already in the island (identified by: name )

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	freeGraphQueryResult queryResult
)
Request Example View Source

Parameters

queryResult
Type: imbSCI.Graph.FreeGraphfreeGraphQueryResult
The query result.
See Also