Share

AcDbDatabase::setSaveproxygraphics

C++

Acad::ErrorStatus setSaveproxygraphics(
    Adesk::Int16 saveimg
);

Description

Sets saveimg to be the PROXYGRAPHICS value for the database.

See the System Variables section of the AutoCAD Command Reference for information on PROXYGRAPHICS.

Returns Acad::eOk if successful.

Parameters

Parameters Description
saveimg Input value for PROXYGRAPHICS (must be in range 0 to 2)

Links

AcDbDatabase Class

Was this information helpful?