DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.DynamicAggregator | Methods | Properties
Aggregation processor is executed upon the drawing process. Typical use is to provide dynamic binning or clustering.
// C# public TGIS_DynamicAggregatorAbstract DynamicAggregator { get {} set {} }
' VisualBasic Public Property DynamicAggregator As TGIS_DynamicAggregatorAbstract Get End Get Set(ByVal value As TGIS_DynamicAggregatorAbstract) End Set End Property
// Oxygene public property DynamicAggregator : TGIS_DynamicAggregatorAbstract read read;
Upon assigning DynamicAggregator property, any preexisting instance of this property will be disposed.