This document is archived and information here might be outdated. Recommended version. |
Allow an angle to be converted from one direction unit to another.
[Visual Basic .NET]
Public Property NegativeAngles As Boolean
[C#]
public bool NegativeAngles {get; set;}
[C++]
HRESULT get_NegativeAngles(
VARIANT_BOOL negAngles
);
[C++]
HRESULT put_NegativeAngles(
Boolean* negAngles
);
[C++] Parameters negAngles [in]
negAngles is a parameter of type bool negAngles [out, retval]
negAngles is a parameter of type bool*