DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.SetUp | Methods | Properties
Initialize aggregator state after assignment to the layer's DynamicAggregator property.
// C# public void SetUp();
' VisualBasic Public Sub SetUp()
// Oxygene public procedure SetUp;
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.