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


IRasterTypeDataSourceHandlerParameters.RasterTypes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeDataSourceHandlerParameters Interface > IRasterTypeDataSourceHandlerParameters.RasterTypes Property
ArcGIS Developer Help

IRasterTypeDataSourceHandlerParameters.RasterTypes Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterTypeDataSourceHandlerParameters Interface