Click or drag to resize

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

Parameters

parent
Type: imbSCI.Data.collection.graphIGraphNode
child
Type: imbSCI.Data.collection.graphIGraphNode
link
Type: imbSCI.Graph.DGML.coreLink
styleCase
Type: imbSCI.Graph.ConvertersDirectedGraphStylingCase
See Also