IsRendered: Boolean;
The IsRendered property determines whether the map layer area is rendered.
Use JSON or the setIsRendered method to set the property value and the getIsRendered method to get the property value.
Available values:
true. Map layer area is rendered.
false. Map layer area is not rendered (default).
The property is read-only.
The example of use is given on the page with description of the MapShape.Visual property.
See also: