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


ILODInfo.LevelID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILODInfo Interface > ILODInfo.LevelID Property
ArcGIS Developer Help

ILODInfo.LevelID Property

The level ID.

[Visual Basic .NET]
Public Property LevelID As Integer
[C#]
public int LevelID {get; set;}
[C++]
HRESULT get_LevelID(
  System.Int32* 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