Click or drag to resize

graphToFreeGraphConverterBasicTConvert Method (freeGraph, Int32, IEnumerablefreeGraphNodeBase)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override T Convert(
	freeGraph source,
	int depthLimit = 500,
	IEnumerable<freeGraphNodeBase> rootNodes = null
)
Request Example View Source

Parameters

source
Type: imbSCI.Graph.FreeGraphfreeGraph
depthLimit (Optional)
Type: SystemInt32
rootNodes (Optional)
Type: System.Collections.GenericIEnumerablefreeGraphNodeBase

Return Value

Type: T
See Also