This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevel Interface > ICellSizeLevel.ID Property (ArcObjects .NET 10.4 SDK) |
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