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


IMapCooker.SetDefaultLODInfos Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker.SetDefaultLODInfos Method

Sets default LOD Info for a given number of levels.

[Visual Basic .NET]
Public Sub SetDefaultLODInfos ( _
    ByVal NumLevels As Integer _
)
[C#]
public void SetDefaultLODInfos (
    int NumLevels
);
[C++]
HRESULT SetDefaultLODInfos(
  long NumLevels
);
[C++]

Parameters NumLevels [in] NumLevels is a parameter of type long

Product Availability

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

See Also

IMapCooker Interface