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