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


ICellSizeLevel.ID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  long pDescriptionID
);
[C++]

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

Product Availability

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

See Also

ICellSizeLevel Interface