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


IGeoImageDescription.Interpolation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGeoImageDescription.Interpolation Property

The interpolation method.

[Visual Basic .NET]
Public Property Interpolation As rstResamplingTypes
[C#]
public rstResamplingTypes Interpolation {get; set;}
[C++]
HRESULT get_Interpolation(
  rstResamplingTypes* pInterpolation
);
[C++]
HRESULT put_Interpolation(
  rstResamplingTypes pInterpolation
);
[C++]

Parameters pInterpolation [out, retval]
pInterpolation is a parameter of type rstResamplingTypes pInterpolation [in]
pInterpolation is a parameter of type rstResamplingTypes

Product Availability

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

See Also

IGeoImageDescription Interface