AcMapIEExporter::DriverOptions Method

Land Desktop Development ARX CPP SDK

AcMapIEExporter:: DriverOptions Method
 

Retrieves the current driver options. Driver options can be set in the file MapExport.ini, by calling InvokeDriverOptionsDialog(), or by loading a profile. Use this function to first retrieve the current driver options before adding driver options with SetDriverOptions().

virtual AcMapIE::ErrCode DriverOptions(
    AcMapIENameValueIterator*& nameValueIter
) = 0;
Parameters 
Description 
nameValueIter 
Output driver options, as AcMapIENameValueIteratorname-value pairs. The caller is responsible for deleting this object.  
Returns

Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_Fail if the process failed.

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