ArcObjects Library Reference (DataSourcesRaster)  

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