ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.LockCellsize Method

Locks LOD at a given cellsize.

[Visual Basic .NET]
Public Sub LockCellsize ( _
    ByVal CellSize As Double _
)
[C#]
public void LockCellsize (
    double CellSize
);
[C++]
HRESULT LockCellsize(
  double CellSize
);
[C++]

Parameters

CellSize [in]   CellSize is a parameter of type double

Product Availability

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

See Also

IMosaicFunction Interface