The Method property returns or sets the method (dot ratio or dot sum) for a density map. Returns a MVDensityMethod.
Syntax
object.Method
object.Method = Method
Parameter |
Type |
Description |
Method |
required; dot ratio or dot sum |
Example 1
This example returns the density map method.
Debug.Print "Density map method = "; DensityMap.Method
Example 2
This example sets the density map method to dot sum.
DensityMap.Method = mvDensityMethodDotSum
Example 3
This script displays all the properties in the DensityMap object.
Used by: DensityMap object