Click or drag to resize

IGraphTODirectedGraphConverterConvert Method (DirectedGraph, Int32, IEnumerableGraphElement)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

source
Type: imbSCI.Graph.DGMLDirectedGraph
depthLimit (Optional)
Type: SystemInt32
rootNodes (Optional)
Type: System.Collections.GenericIEnumerableGraphElement

Return Value

Type: IGraphNode
See Also