VCGetHatchName
VCSetHatchName


Version:

1.2

Description:

The current hatch pattern name from the settings. VCGetHatchName retrieves the current hatch pattern setting. This call differs from VCGetSystemHatchName which returns the pattern name at the specified index.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetHatchName(short* iError, char* s);
extern "C" void WINAPI VCSetHatchName(short* iError, char* s);

Delphi

function VCGetHatchName(var iError: Smallint; s: PAnsiChar):Smallint; stdcall;
procedure VCSetHatchName(var iError: Smallint; s: PAnsiChar); stdcall;

ActiveX/COM

Function GetHatchName() As String
Sub SetHatchName(ByVal s As String)

Parameters:

s - the string representing the current hatch pattern.

Notes:

 

See Also:

VCGetSystemHatchName, VCGetDrawHBoundary,VCGetHatchRot