ArcObjects Library Reference (Schematic)  

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