User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.threshold

Table of Contents

ITGIS_DynamicAggregatorAbstract.Threshold property

DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Threshold | Methods | Properties

Minimum number of source shapes required to create an aggregated result.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Value

Type
int
Integer

Remarks

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.

2026/07/11 00:10

Page Tools