ArcObjects Library Reference (Carto)  

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