Click or drag to resize

graphToGraphConverterBaseTGraphFrom, TGraphTo, TGraphFromElement, TGraphToElementConvert Method (TGraphTo, Int32, IEnumerableTGraphToElement)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts from [!:<TGraphTo>] to [!:<TGraphFrom>]

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

Parameters

source
Type: TGraphTo
The source.
depthLimit (Optional)
Type: SystemInt32
The depth limit.
rootNodes (Optional)
Type: System.Collections.GenericIEnumerableTGraphToElement

Return Value

Type: TGraphFrom
See Also