DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.IsPreparing | Methods | Properties
True while the aggregator is executing Prepare for the current draw cycle.
// C# public Boolean IsPreparing { get {} }
' VisualBasic Public Property IsPreparing As Boolean Get End Get End Property
// Oxygene public property IsPreparing : Boolean read;
| Type |
|---|
| bool Boolean |
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.