MgFeaturePropertyType Class Reference
[MgFeaturePropertyType]
Detailed Description
Defines names for the different types of property definitions. See MgPropertyDefinition::GetPropertyType.Static Public Attributes | |
| static const int | AssociationProperty = 103 |
| Type name for an association property definition. | |
| static const int | DataProperty = 100 |
| Type name for a data property definition. See MgDataPropertyDefinition. | |
| static const int | GeometricProperty = 102 |
| Type name for a geometric property definition. See MgGeometricPropertyDefinition. | |
| static const int | ObjectProperty = 101 |
| Type name for an object property definition. See MgObjectPropertyDefinition. | |
| static const int | RasterProperty = 104 |