AcMapIEExporter::Init Method

Land Desktop Development ARX CPP SDK

AcMapIEExporter:: Init Method
 

Initializes an instance of this class.

virtual AcMapIE::ErrCode Init(
    const ACHAR* pszFormatName, 
    const ACHAR* pszFileName
) = 0;
Parameters 
Description 
pszFormatName 
Input name of an AcMapIEFormatobject. 
pszFileName 
Input fully qualified file or directory name, depending on the format.  
Returns

Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_Invalid if the format is invalid. Returns AcMapIE::ErrCode kErr_FileError if the file or directory name is invalid. Returns AcMapIE::ErrCode kErr_Fail if the process failed for some other reason.

Remarks

Call this function before any other export function (or that function will return AcMapIE::ErrCode kErr_NotInitialized).

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