Click or drag to resize

mxIGraphModelGetEdgeAt Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the edge of cell at the given index.

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

Parameters

cell
Type: SystemObject
Cell that specifies the vertex.
index
Type: SystemInt32
Integer that specifies the index of the edge to return.

Return Value

Type: Object
Returns the edge at the given index.
See Also