This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICoverageAnnotationLayer Interface > ICoverageAnnotationLayer.LevelNumber Property (ArcObjects .NET 10.4 SDK) |
The level number at the specified index.
[Visual Basic .NET] Public Function get_LevelNumber ( _ ByVal Index As Integer _ ) As Integer
[C#] public int get_LevelNumber ( int Index );
[C++]
HRESULT get_LevelNumber(
long Index,
long* pLevelNumber
);
[C++]
Parameters Index [in] Index is a parameter of type long pLevelNumber [out, retval] pLevelNumber is a parameter of type long