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


IOverposterOptions.InvertedLabelTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposterOptions Interface > IOverposterOptions.InvertedLabelTolerance Property
ArcGIS Developer Help

IOverposterOptions.InvertedLabelTolerance Property

The angle at which the label orientation is switched.

[Visual Basic .NET]
Public Property InvertedLabelTolerance As Double
[C#]
public double InvertedLabelTolerance {get; set;}
[C++]
HRESULT get_InvertedLabelTolerance(
  double Angle
);
[C++]
HRESULT put_InvertedLabelTolerance(
  System.Double* Angle
);
[C++]
Parameters
Angle [in]

Angle is a parameter of type double Angle [out, retval]
Angle is a parameter of type double*

Product Availability

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

See Also

IOverposterOptions Interface