Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgClassDefinition
GetBaseClassDefinition
GetDefaultGeometryPropertyName
GetDescription
GetIdentityProperties
GetName
GetProperties
IsAbstract
IsComputed
MgClassDefinition
SetDefaultGeometryPropertyName
SetDescription
SetName
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
.