ArcObjects Library Reference (Carto)  

IImageServerLayer.Raster Property

The assoicated raster.

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

Parameters

ppRaster [out, retval]

  ppRaster is a parameter of type IRaster

Product Availability

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

See Also

IImageServerLayer Interface

.NET Related Topics

How to create an image server layer