|
ICimEntity::Show
Description
This property allows you to Hide/Show the selected entity
Syntax
Property get:
Status = Show ( );
Return: (Boolean) Status |
Get entity visibility |
Property set:
Show ( Status);
Input: (Boolean) Status |
Set entity visibility |
|