This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation Interface > IMosaicDatasetOperation.GetCellSizeLevels Method (ArcObjects .NET 10.4 SDK) |
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