AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

bool MgClassDefinition::IsComputed (  ) 

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.