Click or drag to resize

IGraphTODirectedGraphConverterGetStylingCase Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override DirectedGraphStylingCase GetStylingCase(
	IEnumerable<IGraphNode> source
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIEnumerableIGraphNode

Return Value

Type: DirectedGraphStylingCase
See Also