This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPyramidFunctionArguments Interface > IPyramidFunctionArguments.PyramidRasters Property (ArcObjects .NET 10.5 SDK) |
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