This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevels Interface > ICellSizeLevels.Element Property (ArcObjects .NET 10.5 SDK) |
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