AcMapIEImporter:: SetDriverOptions Method
Sets the driver options. Typically, you should retrieve the current driver options from DriverOptions()and make changes as needed by using this function.
virtual AcMapIE::ErrCode SetDriverOptions( AcMapIENameValueIterator*& pNameValuePairs, bool& bSchemaHasChanged ) = 0;
Parameters |
Description |
pNameValuePairs |
Input driver options, as AcMapIENameValueIteratorname-value pairs. |
bSchemaHasChanged |
Output true if the schema has changed; otherwise, false. If this value is true, then any input-layer iterator that you obtained previously becomes invalid. |
Returns
Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_OutOfMemory if system resources are insufficient. 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].