Version: |
1.2 |
Description: |
Loads an attribute definition into Visual CADD™. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCOpenVCA(char* szFile); |
Delphi |
procedure VCOpenVCA(szFile: PAnsiChar); stdcall; |
ActiveX/COM |
Sub OpenVCA(ByVal szFile As String) |
Parameters: |
fname - a string representing the path and name of the attribute to load. |
Notes: |
This subroutine only loads attributes with the VCA file extension The attributes are not placed until an Attach or Embed Attribute command. This offers advantages over VCOpenAtb since the file type does not have to be passed as a parameter. |
See Also: |