Description
Sets the visibility of specified user display list in specified view.
Syntax
Function RFDrawTools.MakeUserDisplayListVisibleInSplittedView(iViewIndex As Long, displayID As RFUserDisplayList, bStatus As Boolean) As RFErrorCode
The MakeUserDisplayListVisibleInSplittedView syntax has these parts:
| Part | Description |
|---|---|
| iViewIndex | [IN] Long Required. The index of view. |
| displayID | [IN] RFUserDisplayList Required. The ID of user display list. |
| bStatus | [IN] Boolean Required. The flag which determine whether the user display list is visible or not. |
Remarks