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


IPyramidFunctionArguments2.Rasters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPyramidFunctionArguments2 Interface > IPyramidFunctionArguments2.Rasters Property
ArcGIS Developer Help

IPyramidFunctionArguments2.Rasters Property

The input full resolution source raster along with Pyramid Rasters.

[Visual Basic .NET]
Public Property Rasters As IArray
[C#]
public IArray Rasters {get; set;}
[C++]
HRESULT get_Rasters(
  IArray** ppRaster
);
[C++]
HRESULT putref_Rasters(
  IArray* ppRaster
);
[C++]
Parameters
ppRaster [out, retval]

ppRaster is a parameter of type IArray** ppRaster [in]
ppRaster is a parameter of type IArray*

Product Availability

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

See Also

IPyramidFunctionArguments2 Interface