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


IRasterValue.Raster Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterValue.Raster Property

The raster of the raster value.

[Visual Basic .NET]
Public Property Raster As IRaster
[C#]
public IRaster Raster {get; set;}
[C++]
HRESULT get_Raster(
  IRaster** Raster
);
[C++]
HRESULT putref_Raster(
  IRaster* Raster
);
[C++]

Parameters Raster [out, retval]
Raster is a parameter of type IRaster Raster [in]
Raster is a parameter of type IRaster

Product Availability

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

See Also

IRasterValue Interface