Click or drag to resize

mxICellGetEdgeIndex Method

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

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

Parameters

edge
Type: imbSCI.Graph.MXGraph.modelmxICell
Cell whose index should be returned.

Return Value

Type: Int32
Returns the index of the given edge.
See Also