MGMapLayer.getRebuild   Go to object model Go to parent topic Go to previous topic Go to next topic

Syntax

boolean getRebuild()

Description

Gets the map layers rebuild flag.

If the rebuild flag is set, the map layer will be rebuilt from its original data source the next time the map layer is refreshed.

Only dynamic layers are rebuilt when the rebuild flag is set to True; static layers are not rebuilt when you refresh the layer.

Returns

boolean - The map layer's current rebuild flag setting.

Error Codes

none

See Also

setRebuild, Rebuild