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


IGridLadderLabels.LadderLabelRowCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLadderLabels Interface > IGridLadderLabels.LadderLabelRowCount Property
ArcGIS Developer Help

IGridLadderLabels.LadderLabelRowCount Property

The number of ladder label rows.

[Visual Basic .NET]
Public Property LadderLabelRowCount As Integer
[C#]
public int LadderLabelRowCount {get; set;}
[C++]
HRESULT get_LadderLabelRowCount(
  System.Int32* RowCount
);
[C++]
HRESULT put_LadderLabelRowCount(
  long RowCount
);
[C++]
Parameters
RowCount [out, retval]

RowCount is a parameter of type long* RowCount [in]
RowCount is a parameter of type long

Product Availability

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

See Also

IGridLadderLabels Interface