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


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

IPyramidFunctionArguments.PyramidRasters Property

An array of rasters that represent the pyramid levels.

[Visual Basic .NET]
Public Property PyramidRasters As IArray
[C#]
public IArray PyramidRasters {get; set;}
[C++]
HRESULT get_PyramidRasters(
  IArray** ppRasters
);
[C++]
HRESULT putref_PyramidRasters(
  IArray* ppRasters
);
[C++]
Parameters
ppRasters [out, retval]

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

Product Availability

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

See Also

IPyramidFunctionArguments Interface