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