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


IMosaicFunction.LockCellsize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunction Interface > IMosaicFunction.LockCellsize Method
ArcGIS Developer Help

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