This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterValue Interface > IRasterValue.Raster Property (ArcObjects .NET 10.4 SDK) |
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