This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv2 Interface > IRasterDefaultsEnv2.Resampling Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
pDefaultResampling is a parameter of type rstResamplingTypes pDefaultResampling [in]
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.