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


IGeoImageDescription.Interpolation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription Interface > IGeoImageDescription.Interpolation Property
ArcGIS Developer Help

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