Sets the visibility for a specific element for the specific layer.
Visual Basic |
---|
Public Sub PrgSetItemVisible( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal bVisible As Boolean _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
- bVisible
- If the element is visible.
An annotation created with the Visible attribute set to false will be hidden until its Visible attribute is set to true.
The default value is true.