This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.UpdateCellSizeLevelCategory Method (ArcObjects .NET 10.5 SDK) |
Updates the level category associated with the specified instance ID.
[Visual Basic .NET] Public Sub UpdateCellSizeLevelCategory ( _ ByVal InstanceID As Integer, _ ByVal levelId As Integer, _ ByVal Category As Integer _ )
[C#] public void UpdateCellSizeLevelCategory ( int InstanceID, int levelId, int Category );
[C++]
HRESULT UpdateCellSizeLevelCategory(
long InstanceID,
long levelId,
long Category
);
[C++]
Parameters InstanceID InstanceID is a parameter of type long levelId levelId is a parameter of type long Category Category is a parameter of type long