This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoCompression Interface > ISchematicAlgoCompression.DistanceBetweenClusters Property (ArcObjects .NET 10.5 SDK) |
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