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


IMaplexOverposterLayerProperties2.ContourAlignmentType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties2 Interface > IMaplexOverposterLayerProperties2.ContourAlignmentType Property
ArcGIS Developer Help

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