VCOpenVCS


Version:

1.2

Description:

Loads a symbol definition into Visual CADD™.

Declaration:

 

C/C++

extern "C" void WINAPI VCOpenVCS(char* szFile);

Delphi

procedure VCOpenVCS(szFile: PAnsiChar); stdcall;

ActiveX/COM

Sub OpenVCS(ByVal szFile As String)

Parameters:

fname - a string representing the path and name of the symbol to load.

Notes:

This subroutine only loads symbols with the VCS file extension. This offers advantages over VCOpenSymbol since the file type does not have to be passed as a parameter. This call only loads the symbol into memory, the symbol is not placed until a place symbol command is executed. Loaded symbols are available to all drawings created in the current Visual CADD™ session.

See Also:

VCOpenVCD, VCOpenCMP, VCOpenVCA, VCSaveVCS