Version: |
1.2 |
Description: |
Opens a Generic CADD drawing into the current drawing session. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCOpenGCD(char* szFile); |
Delphi |
procedure VCOpenGCD(szFile: PAnsiChar); stdcall; |
ActiveX/COM |
Sub OpenGCD(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 GCD extension into the current drawing session. This offers advantages over VCLoadDrawing since the file type does not have to be passed as a parameter. |
See Also: |
VCLoadDrawing, VCOpenVCD, VCOpenVCS, VCOpenVCA, VCLoadDrawing |