Click or drag to resize

freeGraphExtensionsGetQueryResultClones Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the query result clones.

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static List<freeGraphNodeBase> GetQueryResultClones(
	this IEnumerable<freeGraphNodeBase> source,
	int distanceIncrease = 0,
	double weightFactor = 1
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIEnumerablefreeGraphNodeBase
The source.
distanceIncrease (Optional)
Type: SystemInt32
The distance increase.
weightFactor (Optional)
Type: SystemDouble
The weight factor.

Return Value

Type: ListfreeGraphNodeBase

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerablefreeGraphNodeBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also