Click or drag to resize

mxIGraphModelGetEdgeCount Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the number of distinct edges connected to the given cell.

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

Parameters

cell
Type: SystemObject
Cell that represents the vertex.

Return Value

Type: Int32
Returns the number of edges connected to cell.
See Also