Set Property

 

The Set property returns or sets the symbol set name. Returns a string.

 

Syntax

object.Set

object.Set = Set

 

Parameter

Type

Description

Set

String

required; symbol set name

 

Example 1

This example demonstrates how to return the symbol set name.

 

Debug.Print MarkerFormat.Set

 

Example 2

This example demonstrates how to designate GSI Map Symbols as the symbol set.

 

MarkerFormat.Set = "GSI Map Symbols"

 

Used by: MarkerFormat object