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


IRasterItemFunctionArguments.RasterID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterItemFunctionArguments Interface > IRasterItemFunctionArguments.RasterID Property
ArcGIS Developer Help

IRasterItemFunctionArguments.RasterID Property

The raster item ID.

[Visual Basic .NET]
Public Property RasterID As Integer
[C#]
public int RasterID {get; set;}
[C++]
HRESULT get_RasterID(
  System.Int32* pRID
);
[C++]
HRESULT put_RasterID(
  long pRID
);
[C++]
Parameters
pRID [out, retval]

pRID is a parameter of type long* pRID [in]
pRID is a parameter of type long

Product Availability

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

See Also

IRasterItemFunctionArguments Interface