Version: |
1.2 |
Description: |
Loads the specified Visual CADD™ drawing into the current drawing session. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCOpenVCD(char* szFile); |
Delphi |
procedure VCOpenVCD(szFile: PAnsiChar); stdcall; |
ActiveX/COM |
Sub OpenVCD(ByVal szFile As String) |
Parameters: |
fname - a string representing the path and name of the file to open. |
Notes: |
This subroutine only loads files with the .VCD extension. This offers advantages over VCLoadDrawing since the file type does not have to be passed as a parameter. |
See Also: |