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


IRasterTypeDataSourceHandlerParameters2.RasterTypeParameters Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeDataSourceHandlerParameters2.RasterTypeParameters Property

Override parameters injected into the raster types while contructing a function raster dataset from a data source.

[Visual Basic .NET]
Public Property RasterTypeParameters As IPropertySet
[C#]
public IPropertySet RasterTypeParameters {get; set;}
[C++]
HRESULT get_RasterTypeParameters(
  IPropertySet** ppRasterTypeParameters
);
[C++]
HRESULT putref_RasterTypeParameters(
  IPropertySet* ppRasterTypeParameters
);
[C++]

Parameters ppRasterTypeParameters [out, retval]
ppRasterTypeParameters is a parameter of type IPropertySet ppRasterTypeParameters [in]
ppRasterTypeParameters is a parameter of type IPropertySet

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface