AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgFeatureSchema Class Reference
[MgFeatureSchema]

Inherits MgNamedSerializable.

List of all members.


Detailed Description

Contains one or more feature class definitions, which specify the structure of feature data in a datastore.

Public Member Functions

MgClassDefinitionCollectionGetClasses ()
 Gets the class definitions.
STRING GetDescription ()
 Gets the schema description.
STRING GetName ()
 Gets the schema name.
 MgFeatureSchema (CREFSTRING name, CREFSTRING description)
 Constructs an MgFeatureSchema object and sets the schema name and description.
 MgFeatureSchema ()
 Constructs an empty MgFeatureSchema object.
void SetDescription (CREFSTRING description)
 
void SetName (CREFSTRING name)