This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRaster Interface > IRaster.ResampleMethod Property (ArcObjects .NET 10.4 SDK) |
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