AcMapIEColumn:: SetColumnClassMapping Method
Sets the feature class mapping of this incoming column.
virtual AcMapIE::ErrCode SetColumnClassMapping( const ACHAR* pszMappedPropertyName ) = 0;
Parameters |
Description |
pszMappedPropertyName |
Input name of the feature class property to map to this column. To reset the column to no mapping, use NULL or an empty string. |
Returns
Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_ClassNotSet if the class name was not first set with AcMapIEInputLayer::SetFeatureClassName(). Returns AcMapIE::ErrCode kErr_BadFieldName if the column name does not exist in the specified feature class. Returns AcMapIE::ErrCode kErr_Conflict if a conflict with a previously set column exists.
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].