ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.ContourAlignmentType Property

Indicates the options for the contour label alignment.

[Visual Basic .NET]
Public Property ContourAlignmentType As esriMaplexContourAlignmentType
[C#]
public esriMaplexContourAlignmentType ContourAlignmentType {get; set;}
[C++]
HRESULT get_ContourAlignmentType(
  esriMaplexContourAlignmentType* Option
);
[C++]
HRESULT put_ContourAlignmentType(
  esriMaplexContourAlignmentType Option
);
[C++]

Parameters

Option [out, retval]

  Option is a parameter of type esriMaplexContourAlignmentType

Option [in]

  Option is a parameter of type esriMaplexContourAlignmentType

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface