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