VCGetHatchDisplay
VCSetHatchDisplay


Version:

1.2

Description:

Determine whether hatch entities are displayed on the screen as well as in print and plot routines. Turning off the display will reduce the visual clutter and increase the speed of redraws.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCGetHatchDisplay(short* iError);
extern "C" void WINAPI VCSetHatchDisplay(short* iError, vbool tf);

Delphi

function VCGetHatchDisplay(var iError: Smallint):Wordbool; stdcall;
procedure VCSetHatchDisplay(var iError: Smallint; tf: Wordbool); stdcall; external'VCMAIN';

ActiveX/COM

Function GetHatchDisplay() As Integer
Sub SetHatchDisplay(ByVal i As Integer)

Parameters:

tf - toggle setting
0 - Off (Unchecked)
1 - On (Checked)
2 - Restore previous state

Notes:

 

See Also:

VCGetHatchName, VCGetDrawHBoundary,VCGetHatchRot