MgObjectPropertyType Class Reference
[MgObjectPropertyType]
Detailed Description
Defines the type of an MgObjectPropertionDefinition object property, that is, whether the property ccontains a single feature class object, or an unordered or ordered collection of them.Static Public Attributes | |
static const int | Collection = 1 |
static const int | OrderedCollection = 2 |
static const int | Value = 0 |