VCSaveEnvironment


Version:

1.2

Description:

Saves the Visual CADD™ drawing environment.

Declaration:

 

C/C++

extern "C" void WINAPI VCSaveEnvironment(short* iError);

Delphi

procedure VCSaveEnvironment (var iError: Smallint); stdcall;

ActiveX/COM

Sub SaveEnvironment()

Parameters:

No parameters are used with this subroutine.

Notes:

Saves the current drawing settings in the default environment into a style file. These settings are then available to the user during the next drawing session or from drawing to drawing. This differs from VCSaveStyle in that it is automatically loaded with each new session or drawing.

See Also:

VCSaveStyle, VCOpenStyle, VCSaveSettings, VCRestoreSettings, VCSaveSysSettings, VCRestoreSysSettings