Click or drag to resize

graphToDirectedGraphConverterBaseTSetNodeCustomization Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public virtual void SetNodeCustomization(
	T sourceNode,
	Node targetNode,
	DirectedGraphStylingCase styleCase
)
Request Example View Source

Parameters

sourceNode
Type: T
targetNode
Type: imbSCI.Graph.DGML.coreNode
styleCase
Type: imbSCI.Graph.ConvertersDirectedGraphStylingCase
See Also