Description
Sets the visibility of specified shell in specified view.
Syntax
Function RFDrawTools.MakeShellVisibleInSplittedView(iViewIndex As Long, shID As RFEntityID, bStatus As Boolean) As RFErrorCode
The MakeShellVisibleInSplittedView syntax has these parts:
| Part | Description |
|---|---|
| iViewIndex | [IN] Long Required. The index of view. |
| shID | [IN] RFEntityID Required. The shell's RFEntityID. |
| bStatus | [IN] Boolean Required. The flag which determine whether the shell is visible or not. |
Remarks