This document is archived and information here might be outdated. Recommended version. |
Default resampling for display.
[Visual Basic .NET] Public Property Resampling As rstResamplingTypes
[C#] public rstResamplingTypes Resampling {get; set;}
[C++]
HRESULT get_Resampling(
rstResamplingTypes pDefaultResampling
);
[C++]
HRESULT put_Resampling(
rstResamplingTypes* pDefaultResampling
);
[C++] Parameters pDefaultResampling [in]
pDefaultResampling is a parameter of type rstResamplingTypes pDefaultResampling [out, retval]
pDefaultResampling is a parameter of type rstResamplingTypes*
The Resampling property controls the default resampling technique used when a raster is first displayed. Single-band rasters are displayed using the stretched renderer or unique value renderer by default.