Description
Sets the visibility status of a specified feature in the document window.
Syntax
Function RFDrawTools.SetFeatureVisibility(featureID As RFEntityID, bStatus As Boolean) As RFErrorCode
The SetFeatureVisibility syntax has these parts:
| Part | Description |
|---|---|
| featureID | [IN] RFEntityID Required. Feature's RFEntityID. |
| bStatus | [IN] Boolean Required. It determines whether the feature is visible or not. |