TerritoryName Property

 

The TerritoryName property returns or sets the territory map territory names. Returns a string.

 

Syntax

object.NumTerritories( TerritoryIndex ) = Name

 

Parameter

Type

Description

TerritoryIndex

Integer

required; territory number, the first territory is number 1

Name

String

required; new territory name

 

Example

    'TerritoryName

    'Change the name of the first territory to "Terr1"

    TerritoryMap.TerritoryName(1) = "Terr1"

 

Used by: TerritoryMap object