VCGetSymbolDefCount


Version:

1.2

Description:

Returns the number of symbol definitions in the current Visual CADD™ session regardless of placements.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetSymbolDefCount(void);

Delphi

function VCGetSymbolDefCount:Smallint; stdcall;

ActiveX/COM

Function GetSymbolDefCount() As Integer

Parameters:

Returns - the number of symbol definitions loaded.

Notes:

Often it is necessary to directly access each symbol, and to do this the application must know how many symbol definitions exist in order to parse through each definition. VCGetSymbolDefCount will return how many definitions but not how many placements of each.

See Also:

VCGetSymbolDefEntityCount, VCGetSymbolIndex