User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.ispreparing

Table of Contents

ITGIS_DynamicAggregatorAbstract.IsPreparing property

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

True while the aggregator is executing Prepare for the current draw cycle.

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

Syntax

// C#
public Boolean IsPreparing
{
  get {}
}
' VisualBasic
Public Property IsPreparing As Boolean
  Get
  End Get
End Property
// Oxygene
public
  property IsPreparing : Boolean read;

Value

Type
bool
Boolean

Remarks

PURPOSE: Report whether aggregation is currently in progress.

BEHAVIOR: Read-only Boolean flag set by the framework while Prepare is running and cleared when the aggregation context is released after rendering.

CONSTRAINTS: Read-only state indicator valid only for the current aggregation cycle.

2026/07/11 00:10

Page Tools