DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Prepare | Methods | Properties
Prepares dynamic shapes. Implementation of this method should call HideShape() and AddShape() methods.
// C# public void Prepare( ITGIS_Extent _extent, WideString _query );
' VisualBasic Public Sub Prepare( ByVal _extent As ITGIS_Extent, ByVal _query As WideString )
// Oxygene public procedure Prepare( _extent : ITGIS_Extent; _query : WideString );
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | extent for which layer should be looped |
_query | WideString | optional filter (e.g. scope value) |
This method is called upon begging of each draw and dynamic shapes are active only within draw.