ArcObjects Library Reference (GISClient)  

IWCSCoverageField.DefaultInterpolation Property

The default interpolation.

[Visual Basic .NET]
Public ReadOnly Property DefaultInterpolation As String
[C#]
public string DefaultInterpolation {get;}
[C++]
HRESULT get_DefaultInterpolation(
  BSTR* Interpolation
);
[C++]

Parameters

Interpolation [out, retval]   Interpolation is a parameter of type BSTR

Product Availability

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

See Also

IWCSCoverageField Interface