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