Click or drag to resize

DotLink Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DotLink class.

Namespace:  imbSCI.Graph.DOT
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public DotLink(
	string source,
	string target
)

Parameters

source
Type: SystemString
Start name of the node.
target
Type: SystemString
Name of the target node.
See Also