ArcObjects Library Reference (Carto)  

ILODInfo.LevelID Property

The level ID.

[Visual Basic .NET]
Public Property LevelID As Integer
[C#]
public int LevelID {get; set;}
[C++]
HRESULT get_LevelID(
  long* pLevelID
);
[C++]
HRESULT put_LevelID(
  long pLevelID
);
[C++]

Parameters

pLevelID [out, retval]   pLevelID is a parameter of type long pLevelID [in]   pLevelID is a parameter of type long

Product Availability

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

See Also

ILODInfo Interface