ArcObjects Library Reference (System)  

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(
  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

Product Availability

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

See Also

IAngularConverter2 Interface