VCGetSymRot
VCSetSymRot


Version:

1.2

Description:

Specifies the currently set symbol rotation.

Declaration:

 

C/C++

extern "C" double WINAPI VCGetSymRot(short* iError);
extern "C" void WINAPI VCGetSymRotBP(short* iError, double* dRet);
extern "C" void WINAPI VCSetSymRot(short* iError, double d);

Delphi

procedure VCGetSymRotBP(var iError: Smallint; var dRet: Double); stdcall;
procedure VCSetSymRot(var iError: Smallint; dRet: Double); stdcall;

ActiveX/COM

Function GetSymRot() As Double
Sub SetSymRot(ByVal d As Double)

Parameters:

dRet - the current symbol rotation in radians

Notes:

When placing symbol via the API, it may be necessary to adjust the symbol rotation before placement. If an external symbol interface is provided these also allow the interface to adjust the symbol rotation.

See Also:

VCGetSymName, VCGetSymbolName, VCGetSymScale, VCGetSymExplode