Click or drag to resize

freeGraphNodeBaseGetQueryResultClone Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Just clones the node and adds specified distance

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphNodeBase GetQueryResultClone(
	int distanceIncrease = 1
)
Request Example View Source

Parameters

distanceIncrease (Optional)
Type: SystemInt32
The distance increase.

Return Value

Type: freeGraphNodeBase
See Also