This document is archived and information here might be outdated. Recommended version. |
The collection of raster types on which the handler operates.
[Visual Basic .NET] Public Property RasterTypes As IArray
[C#] public IArray RasterTypes {get; set;}
[C++]
HRESULT get_RasterTypes(
IArray* ppRasterTypes
);
[C++]
HRESULT putref_RasterTypes(
IArray** ppRasterTypes
);
[C++] Parameters ppRasterTypes [in]
ppRasterTypes is a parameter of type IArray* ppRasterTypes [out, retval]
ppRasterTypes is a parameter of type IArray**