Version: |
2.0 |
Description: |
Loads a Visual CADD™ native file. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCLoadVCDFromFile(short* iError, char* pS_); |
Delphi |
procedure VCLoadVCDFromFile(var iError: Smallint; pS_: PAnsiChar); stdcall; |
ActiveX/COM |
Sub LoadVCDFromFile(ByVal pS_ As String) |
Parameters: |
pS- the path and file name for saving the drawing. |
Notes: |
VCLoadVCDFromFile is a specific load routine to work with Visual CADD™ native files. An error will occur if attempting to load files other than *.VCD files. In situations where other vector drawing formats such *.DWG, *.GCD or *.DXF will also be used the routine VCLoadDrawing should be implemented which will load all these vector file types. |
See Also: |