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