Click or drag to resize

dotToDirectedGraphConverterBasicConvert Method (DotGraph, Int32, IEnumerableGraphElement)

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

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

Parameters

source
Type: imbSCI.Graph.DOTDotGraph
The source.
depthLimit (Optional)
Type: SystemInt32
The depth limit.
rootNodes (Optional)
Type: System.Collections.GenericIEnumerableGraphElement

Return Value

Type: DirectedGraph
See Also