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


IOverviewImageParameters.ResamplingMethod Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
pSamplingMethod is a parameter of type rstResamplingTypes pSamplingMethod [in]
pSamplingMethod is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IOverviewImageParameters Interface