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


ICellSizeLevels.Element Property (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.Element Property
ArcGIS Developer Help

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