This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISPOT5Xform Interface > ISPOT5Xform.InterpolationThreshold Property (ArcObjects .NET 10.4 SDK) |
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