ArcObjects Library Reference (Schematic)  

ISchematicAlgoCompression.DistanceBetweenClusters Property

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(
  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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAlgoCompression Interface