VCGetHatchRot
VCSetHatchRot


Version:

1.2

Description:

The hatch rotation angle. As with all the angle settings, the angle value is in radians.

Declaration:

 

C/C++

extern "C" double WINAPI VCGetHatchRot(short* iError);
extern "C" void WINAPI VCGetHatchRotBP(short* iError, double* dRet);
extern "C" void WINAPI VCSetHatchRot(short* iError, double d);

Delphi

procedure VCGetHatchRotBP(var iError: Smallint; var dRet: Double); stdcall;
procedure VCSetHatchRot(var iError: Smallint; dRet: Double); stdcall;

ActiveX/COM

Function GetHatchRot() As Double
Sub SetHatchRot(ByVal d As Double)

Parameters:

d - a double representing the hatch rotation angle in radians.

Notes:

 

See Also:

VCGetHatchName, VCGetDrawHBoundary, VCGetHatchScale