Click or drag to resize

mxIGraphModelContains Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the model contains the given cell.

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

Parameters

cell
Type: SystemObject
Cell to be checked.

Return Value

Type: Boolean
Returns true if the cell is in the model.
See Also