ArcObjects Library Reference (DataSourcesRaster)  

IMosaicLODInfos.Add Method

Adds a LOD.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal resolution As Double, _
    ByVal LOD As Double _
)
[C#]
public void Add (
    double resolution,
    double LOD
);
[C++]
HRESULT Add(
  double resolution,
  double LOD
);
[C++]

Parameters

resolution [in]   resolution is a parameter of type double LOD [in]   LOD is a parameter of type double

Product Availability

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

See Also

IMosaicLODInfos Interface