Click or drag to resize

Link Constructor (Node, Node)

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

Namespace:  imbSCI.Graph.DGML.core
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Link(
	Node _source,
	Node _target
)
Request Example View Source

Parameters

_source
Type: imbSCI.Graph.DGML.coreNode
_target
Type: imbSCI.Graph.DGML.coreNode
See Also