ArcObjects Library Reference (GISClient)  

IWCSCoverageField.InterpolationCount Property

Supported interpolation count.

[Visual Basic .NET]
Public ReadOnly Property InterpolationCount As Integer
[C#]
public int InterpolationCount {get;}
[C++]
HRESULT get_InterpolationCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IWCSCoverageField Interface