AcMapMbMapBookManager:: LoadSettings Method
Fills appropriate settings objects and populates them from the specified XML file.
Returns Acad::eOk if successful; otherwise, returns a different error code.
static Acad::ErrorStatus LoadSettings( AcArray<AcDbObject*>& SettingsArray, const ACHAR* pFileName = NULL );
Parameters |
Description |
pszFileName |
Input name of the XML file. This should be a fully qualified file name. |
pSettingsArray |
Output settings array. |
Remarks
This function may push errors onto the AutoCAD Map Error Stack. Typically the user will add no more than one of each derived type of settings object to the array. Valid objects can be expected only if an object of that type was saved previously.
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].