Click or drag to resize

mxGraphModelSetVisible Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
see com.mxgraph.mxIGraphModel.SetVisible(Object, bool)

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

Parameters

cell
Type: SystemObject
visible
Type: SystemBoolean

Return Value

Type: Boolean

Implements

mxIGraphModelSetVisible(Object, Boolean)
See Also