This document is archived and information here might be outdated. Recommended version. |
Resampling method for displaying a raster.
[Visual Basic .NET] Public Property ResamplingType As rstResamplingTypes
[C#] public rstResamplingTypes ResamplingType {get; set;}
[C++]
HRESULT get_ResamplingType(
rstResamplingTypes* pResamplingType
);
[C++]
HRESULT put_ResamplingType(
rstResamplingTypes pResamplingType
);
[C++] Parameters pResamplingType [out, retval]
pResamplingType is a parameter of type rstResamplingTypes* pResamplingType [in]
pResamplingType is a parameter of type rstResamplingTypes
The ResamplingType specifies the resample type used in displaying raster datasets. The default is set to be NearestNeighbor resampling.