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


IOverviewImageParameters.ResamplingMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewImageParameters Interface > IOverviewImageParameters.ResamplingMethod Property
ArcGIS Developer Help

IOverviewImageParameters.ResamplingMethod Property

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

pSamplingMethod is a parameter of type rstResamplingTypes pSamplingMethod [out, retval]
pSamplingMethod is a parameter of type rstResamplingTypes*

Product Availability

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

See Also

IOverviewImageParameters Interface