AcMapDMMap::SaveLinkedFile Method

Land Desktop Development ARX CPP SDK

AcMapDMMap:: SaveLinkedFile Method
 

Saves the current database in its current state of stylization at the current scale to the filename specified in a previous call to AcMapDMMap::SetLinkedFileName(). The linked file contains a stylized map that can be plotted or published to DWF. Clicking the Update button in the AutoCAD Map user interface invokes SaveLinkedFile(). SaveLinkedFile() does not call AcMapDMMap::UpdateStylization(); it is your application's responsibility to prepare the stylized model. SaveLinkedFile() calls AcMapDMMap::GetCurrentScale(), followed by AcMapDMMap::GetLinkedFileName(), with the current scale to obtain the target filename.

Acad::ErrorStatus SaveLinkedFile(
    void
);
Parameters 
Description 
void 
Void.  
Returns

Returns Acad::eOk if successful; otherwise, returns a different error code.

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