This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRegionGrowFunctionArguments Interface > IRegionGrowFunctionArguments.SimilarityThresholdField Property (ArcObjects .NET 10.4 SDK) |
Similarity threshold field. Each pixel similar enough to the seed pixel gets added to the region.
[Visual Basic .NET] Public Property SimilarityThresholdField As String
[C#] public string SimilarityThresholdField {get; set;}
[C++]
HRESULT get_SimilarityThresholdField(
BSTR* pSimilarityThresholdField
);
[C++]
HRESULT put_SimilarityThresholdField(
BSTR pSimilarityThresholdField
);
[C++]
Parameters pSimilarityThresholdField [out, retval] pSimilarityThresholdField is a parameter of type BSTR pSimilarityThresholdField [in] pSimilarityThresholdField is a parameter of type BSTR