MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgLayerBase::NeedsRefresh ( ) [virtual]

Determines whether the data for this layer will be refreshed during the next map update.

.NET Syntax
bool NeedsRefresh();
Java Syntax
boolean NeedsRefresh();
PHP Syntax
bool NeedsRefresh();
Returns:
Returns true if the layer will be refreshed, or false otherwise.
Example (PHP)
See MgMapBase class .