ArcObjects Library Reference  (Carto)    

IMapCooker.SetDefaultLODInfos Method

Sets default LOD Info for a given number of levels.

[Visual Basic 6.0]
Sub SetDefaultLODInfos(
    ByVal NumLevels As Long _
)
[Visual Basic .NET]
Public Sub SetDefaultLODInfos ( _
    ByVal NumLevels As Integer _
)
[C#]
public void SetDefaultLODInfos (
    int NumLevels
);
[Java]
public void setDefaultLODInfos (
    int NumLevels
)
throws
    IOException,
    AutomationException
[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