This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > IThresholdFunctionArguments Interface > IThresholdFunctionArguments.Thresholds Property (ArcObjects .NET 10.4 SDK) |
The binary thresholding values.
[Visual Basic .NET] Public Property Thresholds As IDoubleArray
[C#] public IDoubleArray Thresholds {get; set;}
[C++]
HRESULT get_Thresholds(
IDoubleArray** ppThresholds
);
[C++]
HRESULT putref_Thresholds(
IDoubleArray* ppThresholds
);
[C++]
Parameters ppThresholds [out, retval]
ppThresholds is a parameter of type IDoubleArray ppThresholds [in]
ppThresholds is a parameter of type IDoubleArray