This document is archived and information here might be outdated. Recommended version. |
Threshold distance used to cluster connected nodes together.
[Visual Basic .NET] Public Property ClusterThresholdDistance As Double
[C#] public double ClusterThresholdDistance {get; set;}
[C++]
HRESULT get_ClusterThresholdDistance(
System.Double* pdThreshold
);
[C++]
HRESULT put_ClusterThresholdDistance(
double pdThreshold
);
[C++]
Parameters pdThreshold [out, retval]
pdThreshold is a parameter of type double* pdThreshold [in]
pdThreshold is a parameter of type double