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


IMosaicDatasetOperation3.UpdateCellSizeLevelCategory Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperation3.UpdateCellSizeLevelCategory Method

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

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface