Click or drag to resize

graphToDirectedGraphConverterBaseTGetStylingCase 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<T> nodes
)
Request Example View Source

Parameters

nodes
Type: System.Collections.GenericIEnumerableT

Return Value

Type: DirectedGraphStylingCase
See Also