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


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

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 [in]

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

Product Availability

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

See Also

IRasterTypeDataSourceHandlerParameters2 Interface