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


IMaplexOverposterLayerProperties2.ContourLadderType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.ContourLadderType Property

Indicates the options for the contour labed ladder types.

[Visual Basic .NET]
Public Property ContourLadderType As esriMaplexContourLadderType
[C#]
public esriMaplexContourLadderType ContourLadderType {get; set;}
[C++]
HRESULT get_ContourLadderType(
  esriMaplexContourLadderType* option
);
[C++]
HRESULT put_ContourLadderType(
  esriMaplexContourLadderType option
);
[C++]

Parameters option [out, retval]
option is a parameter of type esriMaplexContourLadderType option [in]
option is a parameter of type esriMaplexContourLadderType

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface