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


IRasterDefaultsEnv2.Resampling Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv2.Resampling Property

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

Product Availability

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

Description

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.

See Also

IRasterDefaultsEnv2 Interface