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


IRasterDefaultsEnv2.Resampling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv2 Interface > IRasterDefaultsEnv2.Resampling Property
ArcGIS Developer Help

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 [in]

pDefaultResampling is a parameter of type rstResamplingTypes pDefaultResampling [out, retval]
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