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


IPyramidFunctionArguments.PyramidRasters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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