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


IImageServiceInfo2.DefaultResamplingMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.DefaultResamplingMethod Property
ArcGIS Developer Help

IImageServiceInfo2.DefaultResamplingMethod Property

The default resampling method.

[Visual Basic .NET]
Public Property DefaultResamplingMethod As rstResamplingTypes
[C#]
public rstResamplingTypes DefaultResamplingMethod {get; set;}
[C++]
HRESULT get_DefaultResamplingMethod(
  rstResamplingTypes* pResamplingMethod
);
[C++]
HRESULT put_DefaultResamplingMethod(
  rstResamplingTypes pResamplingMethod
);
[C++]
Parameters
pResamplingMethod [out, retval]

pResamplingMethod is a parameter of type rstResamplingTypes* pResamplingMethod [in]
pResamplingMethod is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IImageServiceInfo2 Interface