This document is archived and information here might be outdated. Recommended version. |
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*