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