Click or drag to resize

DotGraphAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified element.

Namespace:  imbSCI.Graph.DOT
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Add(
	IGraphElement element
)
Request Example View Source

Parameters

element
Type: imbSCI.Graph.DGML.coreIGraphElement
The element.
See Also