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


IRasterDescriptor.Raster Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterDescriptor.Raster Property

The Raster in the descriptor.

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

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

Product Availability

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

See Also

IRasterDescriptor Interface