User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.setup_void

Table of Contents

ITGIS_DynamicAggregatorAbstract.SetUp method

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

Initialize aggregator state after assignment to the layer's DynamicAggregator property.

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

Syntax

// C#
public void SetUp();
' VisualBasic
Public Sub SetUp()
// Oxygene
public
  procedure SetUp;

Remarks

PURPOSE: Finalize aggregator setup before it is used by the vector layer rendering pipeline.

BEHAVIOR: Virtual method. The base implementation restores saved parameters. Descendants overriding this method must call inherited SetUp to preserve parameter restore behavior. Called automatically by the layer when the aggregator is assigned.

CONSTRAINTS: Virtual method. Override only in descendants. Do not rely on direct calls from application code.

2026/07/11 00:10

Page Tools