Click or drag to resize

mxICellGetEdgeAt Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the edge at the specified index in the edge array.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
mxICell GetEdgeAt(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
Integer that specifies the index of the edge to be returned.

Return Value

Type: mxICell
Returns the edge at the specified index.
See Also