AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgReaderType Class Reference
[MgReaderType]

List of all members.


Detailed Description

Type of reader represented by an MgReader.

Remarks:
Defines the type of a reader whose class is derived from MgReader. The three derived classes are MgDataReader, MgFeatureReader, and MgSqlDataReader. An MgReaderType value is returned by the reader's GetReaderType method.

Static Public Attributes

static const int DataReader = 1
static const int FeatureReader = 0
static const int SqlDataReader = 2