Click or drag to resize

mxGraphModelGetDirectedEdgeCount Method (mxIGraphModel, Object, Boolean, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the number of incoming or outgoing edges, ignoring the given edge.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static int GetDirectedEdgeCount(
	mxIGraphModel model,
	Object cell,
	bool outgoing,
	Object ignoredEdge
)
Request Example View Source

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
Graph model that contains the connection data.
cell
Type: SystemObject
Cell whose edges should be counted.
outgoing
Type: SystemBoolean
Boolean that specifies if the number of outgoing or incoming edges should be returned.
ignoredEdge
Type: SystemObject
Object that represents an edge to be ignored.

Return Value

Type: Int32
Returns the number of incoming or outgoing edges.
See Also