ArcObjects Library Reference (Carto)  

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(
  long* 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