VCMergeDrawingNoPaint


Version:

2.0.4

Description:

Loads and merges the specified file into the current drawing without issuing a redraw when complete.

Declaration:

 

C/C++

extern "C" void WINAPI VCMergeDrawingNoPaint(short* iError, char* pName, short iFileType);

Delphi

procedure VCMergeDrawingNoPaint(var iError: Smallint; pName: PAnsiChar; iFileType Smallint); stdcall;

ActiveX/COM

Sub MergeDrawingNoPaint(ByVal pInputName As String, ByVal iFileType As Integer)

Parameters:

pName - the path and name of the file to be merged
iFileType -
represents the type of drawing file that is to be loaded
-1 - Determine By Extension
0 - FILE_VCD
3 - FILE_GCD
5 - FILE_DWG
6 - FILE_DXF

Notes:

 

See Also:

VCMergeDrawing