![]() |
This document is archived and information here might be outdated. Recommended version. |
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**