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


ICellSizeLevels.Add Method (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 > ICellSizeLevels.Add Method
ArcGIS Developer Help

ICellSizeLevels.Add Method

Adds a cell size level.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pCellSizeLevel As ICellSizeLevel _
)
[C#]
public void Add (
    ICellSizeLevel pCellSizeLevel
);
[C++]
HRESULT Add(
  ICellSizeLevel* pCellSizeLevel
);
[C++]
Parameters
pCellSizeLevel [in]

pCellSizeLevel is a parameter of type ICellSizeLevel*

Product Availability

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

See Also

ICellSizeLevels Interface