Click or drag to resize

Link Constructor (String, String, Boolean)

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(
	string _source,
	string _target,
	bool isID = true
)
Request Example View Source

Parameters

_source
Type: SystemString
_target
Type: SystemString
isID (Optional)
Type: SystemBoolean
See Also