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


ICellSizeLevels Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevels Interface
ArcGIS Developer Help

ICellSizeLevels Interface

Provides access to members that control cell size levels.

Product Availability

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

Members

Name Description
Method Add Adds a cell size level.
Read-only property Count The property count.
Read-only property Element Returns the cell size level at the specified position.
Method Find Finds the cell size level closest to the specified cell size value and returns its index within the collection.
Method Insert Adds a cell size level at the specified position.
Method Remove Removes the cell size level at the specified position.
Method RemoveAll Removes all cell size levels.

Classes that implement ICellSizeLevels

Classes Description
CellSizeLevels A collection of one or more cell size level objects.