Description
Retrieves a Boolean value indicating the current visibility status of the specified trackball name.
Syntax
Function RFDrawTools.GetTrackballNameVisibility(trackballID As RFEntityID, pbStatus As Boolean) As RFErrorCode
The GetTrackballNameVisibility 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