Description
Retrieves a Boolean value indicating the current visibility status of the specified trackball.
Syntax
Function RFDrawTools.GetTrackballVisibility(trackballID As RFEntityID, pbStatus As Boolean) As RFErrorCode
The GetTrackballVisibility syntax has these parts:
| Part | Description |
|---|---|
| trackballID | [IN] RFEntityID Required. Entity id of Trackball. to check the visibility. |
| pbStatus | [OUT] Boolean Required. Boolean value indicating if the entity is visible or not. |
Remarks