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


ISchematicAlgoCompression.ClusterThresholdDistance 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.ClusterThresholdDistance Property
ArcGIS Developer Help

ISchematicAlgoCompression.ClusterThresholdDistance Property

Threshold distance used to cluster connected nodes together.

[Visual Basic .NET]
Public Property ClusterThresholdDistance As Double
[C#]
public double ClusterThresholdDistance {get; set;}
[C++]
HRESULT get_ClusterThresholdDistance(
  System.Double* pdThreshold
);
[C++]
HRESULT put_ClusterThresholdDistance(
  double pdThreshold
);
[C++]
Parameters
pdThreshold [out, retval]

pdThreshold is a parameter of type double* pdThreshold [in]
pdThreshold is a parameter of type double

Product Availability

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

See Also

ISchematicAlgoCompression Interface