This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters Interface > IRasterTypeDataSourceHandlerParameters.RasterTypes Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
ppRasterTypes is a parameter of type IArray ppRasterTypes [in]
ppRasterTypes is a parameter of type IArray