Visible Property

A Boolean type property. Gets or sets the flag that specifies whether the object from the Applies to list is visible (True) or invisible (False).

Applies to: Geometry object, Layer object

Syntax

[[Let] visibleRet = ] object.Visible

[Let] object.Visible = visibleSet

The Visible property syntax has these parts:

Part Description
object Required. An expression that returns an object in the Applies to list.
visibleRet Optional. A Boolean type variable.
visibleSet Required. An expression that returns a Boolean value.

Remarks

Geometry object:
If object is a geometry, the Visible property determines whether to display this geometry of shape. You can also make the geometry visible or invisible by using the shape parameter table.

The Visible property is also a table parameter of the shape which owns the object geometry, that is, its value can be described by a formula. To work with Visible as a table parameter, use the CDPT_GEOMETRY_VISIBLE constant tag.

Layer object:
If object is a layer, the value of Visible determines whether to display all shapes on that layer of the document. You can also make the layer visible or invisible by using the ConceptDraw dialog "View->Floating Dialogs->Layers".

 

See Also

Filled property, Shape object