This document is archived and information here might be outdated.  Recommended version.


ISchematicAlgoCompression.DistanceBetweenClusters Property (ArcObjects .NET 10.5 SDK)
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