Visible Property

IntelliCAD 11.1 Object Library
Visible Property
See Also 
Entity Object : Visible Property

Description

Sets or returns whether the entity is visible.

Property type

Read-write property

Syntax

Visual Basic
Public Property Visible As Boolean

Example

The following example demonstrates how to change the value of the Visible property.

Private Sub VisiblePropExample()

     Application.Visible = False

     MsgBox "Visible property is now false. Click OK to restore."

     Application.Visible = True

     End

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.