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