Description
Sets the visibility status of the specified trackball.
Syntax
Function RFDrawTools.SetTrackballVisibility(trackballID As RFEntityID, bStatus As Boolean, bApplyToChild As Boolean) As RFErrorCode
The SetTrackballVisibility syntax has these parts:
| Part | Description |
|---|---|
| trackballID | [IN] RFEntityID Required. Trackball's entity id. to change the visibility. |
| bStatus | [IN] Boolean Required. The flag indicating whether the trackball is visible or not. |
| bApplyToChild | [IN] Boolean Required. If this value is set to true , all the child trackballs of trackballID will be affected by same settings. |
Remarks