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


ICellSizeLevel.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevel Interface > ICellSizeLevel.ID Property
ArcGIS Developer Help

ICellSizeLevel.ID Property

The unique ID associated with the cell size level.

[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
[C++]
HRESULT get_ID(
  long pDescriptionID
);
[C++]
HRESULT put_ID(
  System.Int32* pDescriptionID
);
[C++]
Parameters
pDescriptionID [in]

pDescriptionID is a parameter of type long pDescriptionID [out, retval]
pDescriptionID is a parameter of type long*

Product Availability

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

See Also

ICellSizeLevel Interface