ArcObjects Library Reference (DataSourcesRaster)  

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(
  long* 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