MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Tests whether a class definition is computed.

Remarks:
A computed class is transient and does not persist in the datastore. The class definition for a computed property return by an MgFeatureService::SelectFeatures or an MgFeatureService SelectAggregate operation is computed.
.NET Syntax
bool IsComputed();
Java Syntax
boolean IsComputed();
PHP Syntax
bool IsComputed();
Returns:
Returns true if the class definition is computed; otherwise returns false.