This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFormosat2Xform Interface > IFormosat2Xform.InterpolationThreshold Property (ArcObjects .NET 10.5 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