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


ISPOT5Xform.InterpolationThreshold Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISPOT5Xform.InterpolationThreshold Property

Threshold for interpolation (pixels).

[Visual Basic .NET]
Public Property InterpolationThreshold As Double
[C#]
public double InterpolationThreshold {get; set;}
[C++]
HRESULT get_InterpolationThreshold(
  double* interpThreshold
);
[C++]
HRESULT put_InterpolationThreshold(
  double interpThreshold
);
[C++]

Parameters interpThreshold [out, retval] interpThreshold is a parameter of type double interpThreshold [in] interpThreshold is a parameter of type double

Product Availability

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

See Also

ISPOT5Xform Interface