This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLadderLabels Interface > IGridLadderLabels.LadderLabelRowCount Property (ArcObjects .NET 10.4 SDK) |
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