MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Tests whether a class definition is abstract or not.

Remarks:
If a class definition is abstract it can not be used to set the class definition of an MgObjectPropertyDefinition object.
.NET Syntax
bool IsAbstract();
Java Syntax
boolean IsAbstract();
PHP Syntax
bool IsAbstract();
Returns:
Returns true if the class definition is abstract; otherwise returns false.