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


IMaplexOverposterLayerProperties2.ContourLadderType 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.ContourLadderType Property
ArcGIS Developer Help

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