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


IRaster.ResampleMethod Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRaster.ResampleMethod Property

Interpolation method used when reading pixels.

[Visual Basic .NET]
Public Property ResampleMethod As rstResamplingTypes
[C#]
public rstResamplingTypes ResampleMethod {get; set;}
[C++]
HRESULT get_ResampleMethod(
  rstResamplingTypes* val
);
[C++]
HRESULT put_ResampleMethod(
  rstResamplingTypes val
);
[C++]

Parameters val [out, retval]
val is a parameter of type rstResamplingTypes val [in]
val is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IRaster Interface

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder)

.NET Related Topics

DataSourcesRaster | How to pan sharpen an image