ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperation.GetCellSizeLevels Method

Returns the cell size levels associated with the specified raster type instance. An 'instanceID' value of -1 indicates a request for cell size levels associated with the mosaic dataset.

[Visual Basic .NET]
Public Function GetCellSizeLevels ( _
    ByVal InstanceID As Integer _
) As ICellSizeLevels
[C#]
public ICellSizeLevels GetCellSizeLevels (
    int InstanceID
);
[C++]
HRESULT GetCellSizeLevels(
  long InstanceID,
  ICellSizeLevels** ppCellSizeLevels
);
[C++]

Parameters

InstanceID [in]   InstanceID is a parameter of type long ppCellSizeLevels [out, retval]

  ppCellSizeLevels is a parameter of type ICellSizeLevels

Product Availability

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

See Also

IMosaicDatasetOperation Interface