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


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

IMosaicDatasetOperation.UpdateCellSizeLevels Method

Stores the cell size levels associated with the specified raster type instance ID. An 'instanceID' value of -1 indicates that cell size levels associated with the mosaic dataset is being updated.

[Visual Basic .NET]
Public Sub UpdateCellSizeLevels ( _
    ByVal InstanceID As Integer, _
    ByVal pCellSizeLevels As ICellSizeLevels _
)
[C#]
public void UpdateCellSizeLevels (
    int InstanceID,
    ICellSizeLevels pCellSizeLevels
);
[C++]
HRESULT UpdateCellSizeLevels(
  long InstanceID,
  ICellSizeLevels* pCellSizeLevels
);
[C++]
Parameters
InstanceID [in]

InstanceID is a parameter of type long pCellSizeLevels [in]
pCellSizeLevels is a parameter of type ICellSizeLevels*

Product Availability

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

See Also

IMosaicDatasetOperation Interface