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 > IRasterTypeDataSourceHandlerParameters2 Interface > IRasterTypeDataSourceHandlerParameters2.RasterTypeParameters Property (ArcObjects .NET 10.5 SDK) |
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