The SetActiveTerritory method makes a territory active in a territory map.
Syntax
object.SetActiveTerritory( TerritoryIndex )
Parameter |
Type |
Description |
TerritoryIndex |
Integer |
required; territory number |
Example
'SetActiveTerritory
'Change the active territory to be the first territory
TerritoryMap.SetActiveTerritory(TerritoryIndex:=1)
Used by: TerritoryMap object