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


IRasterDescriptor.Raster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterDescriptor Interface > IRasterDescriptor.Raster Property
ArcGIS Developer Help

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