Click or drag to resize

mxIGraphModelSetVisible Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the visible state of the given cell.

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

Parameters

cell
Type: SystemObject
Cell whose visible state should be changed.
visible
Type: SystemBoolean
Boolean that specifies the new visible state.

Return Value

Type: Boolean
See Also