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