This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo2 Interface > IImageServiceInfo2.DefaultResamplingMethod Property (ArcObjects .NET 10.5 SDK) |
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