Obtaining a Region Name

I have a Board that contains a Multi-zoned Grid. The Multi-zoned Grid has a single Zone named “Morale Track”. Within this Zone is an Irregular Grid which contains 11 Regions named “0” through “10”. When a piece is occupying one of these regions, is there a property I can access (like within a Restrict Commands trait) which would give me the Region name? The LocationName property is just giving me the Zone name (i.e. “Morale Track”).

Thanks,
Tim

Set the location format in the Morale Track Zone to $gridLocation$.

Hope that helps.

  • M.

On 29 July 2010 17:29, asyncritus tphelps@programmer.net wrote:

[This message has been edited.]

I have a Board that contains a Multi-zoned Grid. The Multi-zoned Grid
has a single Zone named “Morale Track”. Within this Zone is an
Irregular Grid which contains 11 Regions named “0” through “10”. When a
piece is occupying one of these regions, is there a property I can
access (like within a Restrict Commands trait) which would give me the
Region name? The LocationName property is just giving me the Zone name
(i.e. “Morale Track”).

Thanks,
Tim

Set the location format in the Morale Track Zone to $gridLocation$.

Hope that helps.

- M.

On 29 July 2010 17:29, asyncritus <tphelps@programmer.net> wrote:

[This message has been edited.]

I have a Board that contains a Multi-zoned Grid. �The Multi-zoned Grid
has a single Zone named "Morale Track". �Within this Zone is an
Irregular Grid which contains 11 Regions named "0" through "10". �When a
piece is occupying one of these regions, is there a property I can
access (like within a Restrict Commands trait) which would give me the
Region name? �The LocationName property is just giving me the Zone name
(i.e. "Morale Track").

Thanks,
Tim

Thanks! That did the trick.