Version: |
1.2 |
Description: |
Specifies the currently set symbol rotation. |
Declaration: |
|
C/C++ |
extern "C"
double WINAPI VCGetSymRot(short* iError); |
Delphi |
procedure VCGetSymRotBP(var iError: Smallint; var dRet: Double);
stdcall; |
ActiveX/COM |
Function GetSymRot() 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 |