This document is archived and information here might be outdated.  Recommended version.


IAngularConverter2.NegativeAngles Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAngularConverter2 Interface > IAngularConverter2.NegativeAngles Property
ArcGIS Developer Help

IAngularConverter2.NegativeAngles Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAngularConverter2 Interface