IsVisible: Boolean;
The IsVisible property determines whether the item is visible.
Available values:
true. The item is visible.
false. The item is not visible.
Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.
The example of property use is given in description of the PCObject.isCoordsInside method.
See also: