AcMapIEColumn Class

Land Desktop Development ARX CPP SDK

Links
AcMapIEColumn Class
 

Provides functions that handle imported columns (also called fields). For each imported column, you define a mapping to a target column in AutoCAD Map. Two mappings are possible for each column: a feature class mapping and a data mapping. (The feature class mapping is not set by default for any column.) Prior to using the mapping functions in this class, set the column's feature class and data table with AcMapIEInputLayer::SetFeatureClassName()and AcMapIEInputLayer::SetDataMapping(). 

For more information, search for importing in AutoCAD Map Help. Do not explicitly delete any strings returned by any of the functions or their output parameters in this class (but delete all other types of returned objects).

class AcMapIEColumn;
File

AcMapIEColumn.h

Destroys an instance of this class. 
Returns the name of the feature class property that is mapped to this column. 
Returns the name of the column in the AutoCAD Map table that this incoming column is mapped to. 
Returns the (fixed) name of this incoming column. 
Sets the feature class mapping of this incoming column. 
Sets the name of the column in the AutoCAD Map table that this incoming column is mapped to. The mapped column name is set by default when you call AcMapIEInputLayer::SetDataMapping()or reset every time you call SetColumnDataMapping() with different data. The default behavior maps the incoming column name to an existing column in an existing object data table, or an existing link or link template, where the case-insensitive names match. If no such target column exists then the incoming column is not mapped by default. When you create a new object data table as the default mapping, curly brace and... more 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].