MGMapLayerGroup.getVisibility   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

boolean getVisibility()

Description

Returns a boolean value indicating if the map layers in this group are potentially visible.

For a map layer to actually be visible on the map, this property and the layer's visibility property must be True and the current view must be within the visible scale range defined for the group.

Returns

boolean - Returns True if successful; otherwise, returns False.

Error Codes

none

See Also

setVisibility, Visibility