Symbol Property

 

The Symbol property returns the symbol properties for a density map or symbol map. Returns a MarkerFormat object. This is a read-only property.

 

Syntax

object.Symbol

 

Example 1

This example changes the symbol outline color for a density map.

 

DensityMap.Symbol.LineColor = mvColorBlue

 

Example 2

This script displays all the properties in the DensityMap object.

 

Used by: DensityMap object, SymbolMap object