This document is archived and information here might be outdated. Recommended version. |
Minimum distance to preserve between connected clusters.
[Visual Basic .NET]
Public Property DistanceBetweenClusters As Double
[C#]
public double DistanceBetweenClusters {get; set;}
[C++]
HRESULT get_DistanceBetweenClusters(
System.Double* pdMinLength
);
[C++]
HRESULT put_DistanceBetweenClusters(
double pdMinLength
);
[C++] Parameters pdMinLength [out, retval]
pdMinLength is a parameter of type double* pdMinLength [in]
pdMinLength is a parameter of type double