AllOthersFill Propety

The AllOthersFill property returns or sets the fill properties for objects not included in a territory. Returns a FillFormat object.

 

Syntax

object.AllOthersFill

 

Example

    'AllOthersFill

    'Change the fill for all objects not in a territory to be red (undefined objects)

    TerritoryMap.AllOthersFill.ForeColor = mvColorRed

 

Used by: TerritoryMap object