This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties2 Interface > IMaplexOverposterLayerProperties2.ContourMaximumAngle Property (ArcObjects .NET 10.5 SDK) |
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