Click or drag to resize

IGraphTODirectedGraphConverterConvert Method (IGraphNode, Int32, IEnumerableIGraphNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

source
Type: imbSCI.Data.collection.graphIGraphNode
depthLimit (Optional)
Type: SystemInt32
rootNodes (Optional)
Type: System.Collections.GenericIEnumerableIGraphNode

Return Value

Type: DirectedGraph
See Also