Web API Reference MapGuide Open Source
bool MgClassDefinition::IsAbstract (  ) 

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.


Comments or suggestions? Send us feedback.