PCObject.IsVisible

Syntax

IsVisible: Boolean;

Description

The IsVisible property determines whether the item is visible.

Comments

Available values:

Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.

Example

The example of property use is given in description of the PCObject.isCoordsInside method.

See also:

PCObject