AcMapIEExporter::InvokeDriverOptionsDialog Method

Land Desktop Development ARX CPP SDK

AcMapIEExporter:: InvokeDriverOptionsDialog Method
 

Invokes the driver-specific Driver Options dialog box. Not all drivers have dialog boxes, so this function may finish immediately, with the returned error code indicating the status of the dialog box. Any setting changes that an AutoCAD Map user makes in this dialog box are reflected in subsequent calls to DriverOptions(). You can set driver options programmatically by using SetDriverOptions(). Any driver options in the file MapExport.ini are read and available in the set of driver options returned by DriverOptions().

virtual AcMapIE::ErrCode InvokeDriverOptionsDialog() = 0;
Returns

Returns AcMapIE::ErrCode kErr_OK if successful. Returns AcMapIE::ErrCode kErr_DialogNotAvailable if no driver options dialog box exists for this format. Returns AcMapIE::ErrCode kErr_Fail if the dialog box cannot be created or 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].