AcMapIEInputLayer::SetPointToBlockMapping Method

Land Desktop Development ARX CPP SDK

AcMapIEInputLayer:: SetPointToBlockMapping Method
 

Sets how points are imported.

virtual AcMapIE::ErrCode SetPointToBlockMapping(
    AcMapIE::PointMappingType howToMap, 
    const ACHAR* pszName
) = 0;
Parameters 
Description 
howToMap 
Input enumerated value that determines how points are imported.  
pszName 
Input column name for the text string or block name, depending on howToMap.  
Returns

Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_NoBlocksInDrawing if howToMap sets a block-mapping type in a drawing with no blocks. Returns AcMapIE::ErrCode kErr_BadFieldName if howToMap is kMapPoint_ToBlockFromData or kMapPoint_ToTextFromData and the column name is invalid. Returns AcMapIE::ErrCode kErr_Fail if the process failed for some other reason.

Remarks

In the AutoCAD Map user interface, this setting corresponds to the Points column in the Import dialog box properties table.

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].