AcMapIEInputLayer:: LayerName Method
Retrieves the name of the target layer to which entities are imported.
virtual AcMapIE::ErrCode LayerName(
AcMapIE::LayerNameType& layerNameType,
const ACHAR*& pszName
) const = 0;|
Parameters |
Description |
|
layerNameType |
Output LayerNameTypevalue indicating how the layer name is used in the importer. The value kLayerName_Direct means that layer name specified by pszName is used. The value kLayerName_Indirect means that entities from this input layer are placed on the layer specified by the column named pszName. |
|
pszName |
Output name of the layer or column, depending on layerNameType. |
Returns
Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_Fail if the process failed.
Remarks
In the AutoCAD Map user interface, this setting corresponds to the Drawing Layer 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].