VCGetSystemHatchNameCount


Version:

1.2

Description:

Returns the number of hatch patterns defined in the system.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetSystemHatchNameCount(void);

Delphi

function VCGetSystemHatchNameCount:Smallint; stdcall;

ActiveX/COM

Function GetSystemHatchNameCount() As Integer

Return Value:

The number of defined hatch patterns

Notes:

With Visual CADD™, the user can modify existing or create custom hatch patterns. The default hatch patterns are contained in the file Hatches.vchat and other .vchat files which may be referenced in Hatches.vchat. Additional patterns may be loaded from VCD files. VCGetSystemHatchNameCount returns a count of the valid patterns defined in the system.

See Also:

VCGetSystemHatchName