Description
Sets the visibility status of a specified display list in the document window.
Syntax
Sub RFDrawTools.SetDisplayListVisibility(displayID As RFUserDisplayList, bStatus As Boolean)
The SetDisplayListVisibility syntax has these parts:
| Part | Description |
|---|---|
| displayID | [IN] RFUserDisplayList Required. Display list ID. |
| bStatus | [IN] Boolean Required. It determines whether the display list is visible or not. |
Remarks