ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.ContourMaximumAngle Property

The maximum angle at which a contour label may be placed.

[Visual Basic .NET]
Public Property ContourMaximumAngle As Integer
[C#]
public int ContourMaximumAngle {get; set;}
[C++]
HRESULT get_ContourMaximumAngle(
  long* Angle
);
[C++]
HRESULT put_ContourMaximumAngle(
  long Angle
);
[C++]

Parameters

Angle [out, retval]   Angle is a parameter of type long Angle [in]   Angle is a parameter of type long

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface