Click or drag to resize

mxGraphModelGetEdgeAt Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
see com.mxgraph.mxIGraphModel.GetEdgeAt(Object, int)

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

Parameters

parent
Type: SystemObject
index
Type: SystemInt32

Return Value

Type: Object

Implements

mxIGraphModelGetEdgeAt(Object, Int32)
See Also