Click or drag to resize

mxIGraphModelIsEdge Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given cell is an edge.

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

Parameters

cell
Type: SystemObject
Cell that represents the possible edge.

Return Value

Type: Boolean
Returns true if the given cell is an edge.
See Also