VCSaveVCDToFile


Version:

2.0

Description:

Saves a VCD file.

Declaration:

 

C/C++

extern "C" void WINAPI VCSaveVCDToFile(short* iError, char* pS_);

Delphi

procedure VCSaveVCDToFile(var iError: Smallint; pS_: PAnsiChar); stdcall;

ActiveX/COM

Sub SaveVCDToFile(ByVal pS_ As String)

Parameters:

pS - the path and file name to save the file.

Notes:

There are several file formats Visual CADD™ can save to. These include VCD, Generic CAD, AutoCAD DXF and AutoCAD DWG. VCSaveVCDFile is a direct routine to save the drawing into Visual CADD™ native format. If your application is to provide support for the other file formats use VCSaveDrawing.

See Also:

VCSaveDrawing, VCAcadWriteDWG, VCAcadWriteDXF