Click or drag to resize

graphToDirectedGraphConverterBaseTSetLinkCustomization 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 SetLinkCustomization(
	T parent,
	T child,
	Link link,
	DirectedGraphStylingCase styleCase
)
Request Example View Source

Parameters

parent
Type: T
child
Type: T
link
Type: imbSCI.Graph.DGML.coreLink
styleCase
Type: imbSCI.Graph.ConvertersDirectedGraphStylingCase
See Also