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


IImageServerSampleResult.RasterID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerSampleResult.RasterID Property

The source raster ID.

[Visual Basic .NET]
Public ReadOnly Property RasterID As Integer
[C#]
public int RasterID {get;}
[C++]
HRESULT get_RasterID(
  long* pRID
);
[C++]

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

Product Availability

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

See Also

IImageServerSampleResult Interface