AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgPropertyType Class Reference
[MgPropertyType]

List of all members.


Detailed Description

Defines the names for the various property types.

Remarks:
All of the property types are data property types except Feature, Geometry, Null, and Raster.

Static Public Attributes

static const int Blob = 10
 Type name for a Binary Large OBject property (MgBlobProperty).
static const int Boolean = 1
 Type name for a boolean property (MgBooleanProperty).
static const int Byte = 2
 Type name for a byte (unsigned 8 bit value) property (MgByteProperty).
static const int Clob = 11
 Type name for a Character Large OBject property (MgClobProperty).
static const int DateTime = 3
 Type name for an MgDateTime property (MgDateTimeProperty).
static const int Double = 5
 Type name for a double precision floating point value property (MgDoubleProperty).
static const int Feature = 12
 Type name for a feature property (MgFeatureProperty).
static const int Geometry = 13
 Type name for a geometry property (MgGeometryProperty).
static const int Int16 = 6
 Type name for a 16 bit signed integer value property (MgInt16Property).
static const int Int32 = 7
 Type name for a 32 bit signed integer value property (MgInt32Property).
static const int Int64 = 8
 Type name for a 64 bit signed integer value property (MgInt64Property).
static const int Null = 0
 Type name for a null property.
static const int Raster = 14
 Type name for a raster property (MgRasterProperty).
static const int Single = 4
 Type name for a single precision floating point value property (MgSingleProperty).
static const int String = 9
 Type name for a string property (MgStringProperty).