This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewImageParameters Interface > IOverviewImageParameters.ResamplingMethod Property (ArcObjects .NET 10.5 SDK) |
The sampling method used on the mosaic dataset while generating the overview raster dataset.
[Visual Basic .NET] Public Property ResamplingMethod As rstResamplingTypes
[C#] public rstResamplingTypes ResamplingMethod {get; set;}
[C++]
HRESULT get_ResamplingMethod(
rstResamplingTypes* pSamplingMethod
);
[C++]
HRESULT put_ResamplingMethod(
rstResamplingTypes pSamplingMethod
);
[C++]
Parameters pSamplingMethod [out, retval]
pSamplingMethod is a parameter of type rstResamplingTypes pSamplingMethod [in]
pSamplingMethod is a parameter of type rstResamplingTypes