This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAngularConverter2 Interface > IAngularConverter2.NegativeAngles Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL negAngles
);
[C++]
Parameters negAngles [out, retval] negAngles is a parameter of type VARIANT_BOOL negAngles [in] negAngles is a parameter of type VARIANT_BOOL