AcMapIEImporter:: Init Method
Initializes an instance of this class. Call this function before any other import function (or that function will return AcMapIE::ErrCode kErr_NotInitialized). You must call Init() again after every call to Import() (with one exception: you can call RemoveReactor()after Import()without first calling Init()).
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_BadParams if either input name is NULL or empty. Returns AcMapIE::ErrCode kErr_Fail if the process failed for some other reason.
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].