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


ISchematicAlgoCompression.DistanceBetweenClusters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoCompression Interface > ISchematicAlgoCompression.DistanceBetweenClusters Property
ArcGIS Developer Help

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

Product Availability

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

See Also

ISchematicAlgoCompression Interface