The DiffPos property returns or sets the Place dots randomly with each drawing condition for density maps. Returns a Boolean.
Syntax
object.DiffPos
object.DiffPos = DiffPos
Parameter |
Type |
Description |
DiffPos |
Boolean |
required; true to randomly position dots each time the map is redrawn. |
Example 1
Return the DiffPos setting, true means the dots are randomly 'positioned each time the map is redrawn
Debug.Print "Redraw points randomly? "; DensityMap.DiffPos
Example 2
Redraw dots in random positions each time the map is redrawn
DensityMap.DiffPos=True
Example 3
This script displays all the properties in the DensityMap object.
Used by: DensityMap object