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


IWCSLayer.ResamplingType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWCSLayer Interface > IWCSLayer.ResamplingType Property
ArcGIS Developer Help

IWCSLayer.ResamplingType Property

The request resampling (interpolation) type.

[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

Product Availability

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

See Also

IWCSLayer Interface