Description
Retrieves a Boolean value indicating the current visibility status of a specified solid in the document window.
Syntax
Function RFDrawTools.GetSolidVisibility(solidID As RFEntityID, pbStatus As Boolean) As RFErrorCode
The GetSolidVisibility syntax has these parts:
| Part | Description |
|---|---|
| solidID | [IN] RFEntityID Required. Solid's RFEntityID to check the visibility. |
| pbStatus | [OUT] Boolean Required. Boolean value indicating the entity is visible or not. |