This document is archived and information here might be outdated. Recommended version. |
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*