DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Threshold | Methods | Properties
Minimum number of source shapes required to create an aggregated result.
// C# public Integer Threshold { get {} set {} }
' VisualBasic Public Property Threshold As Integer Get End Get Set(ByVal value As Integer) End Set End Property
// Oxygene public property Threshold : Integer read read;
| Type |
|---|
| int Integer |
PURPOSE: Control aggregation granularity by defining how many source shapes must participate before an aggregate is created.
BEHAVIOR: Read/write integer property evaluated by the aggregation algorithm during Prepare. Groups smaller than Threshold can remain unaggregated, depending on the descendant implementation.
CONSTRAINTS: Valid value range depends on the descendant implementation. Larger values generally produce fewer aggregated shapes and more original shapes.