Description
Retrieves a Boolean value indicating the current visibility status of a specified annotation in the document window.
Syntax
Function RFDrawTools.GetAnnotationVisibility(AnnotationID As RFEntityID, pbStatus As Boolean) As RFErrorCode
The GetAnnotationVisibility syntax has these parts:
| Part | Description |
|---|---|
| AnnotationID | [IN] RFEntityID Required. Annotation's RFEntityID to check the visibility. |
| pbStatus | [OUT] Boolean Required. Boolean value indicating the annotation is visible or not. |