ArcObjects Library Reference (DataSourcesRaster)  

ICellSizeLevels.Element Property

Returns the cell size level at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal index As Integer _
) As ICellSizeLevel
[C#]
public ICellSizeLevel get_Element (
    int index
);
[C++]
HRESULT get_Element(
  long index,
  ICellSizeLevel** ppCellSizeLevel
);
[C++]

Parameters

index [in]   index is a parameter of type long ppCellSizeLevel [out, retval]

  ppCellSizeLevel is a parameter of type ICellSizeLevel

Product Availability

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

See Also

ICellSizeLevels Interface