Description
Sets the visibility status of the specified annotation in the document window.
Syntax
Function RFDrawTools.SetAnnotationVisibility(AnnotationID As RFEntityID, bStatus As Boolean) As RFErrorCode
The SetAnnotationVisibility syntax has these parts:
| Part | Description |
|---|---|
| AnnotationID | [IN] RFEntityID Required. Annotation's RFEntityID. |
| bStatus | [IN] Boolean Required. It determines whether the annotation is visible or not. |