ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppRasterTypes is a parameter of type IArray

ppRasterTypes [in]

  ppRasterTypes is a parameter of type IArray

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters Interface