SymbolXOrg Property

 

The SymbolXOrg property returns or sets the symbol X origin for a symbol map. Returns an integer.

 

Syntax

object.SymbolXOrg

object.SymbolXOrg = SymbolXOrg

 

Parameter

Type

Description

SymbolXOrg

Integer

required; value between 0 and 100

 

Example 1

This example returns the X origin for the symbols.

 

Debug.Print SymbolMap.SymbolXOrg

 

Example 2

This example sets the symbol X origin to 72 for the symbols.

 

SymbolMap.SymbolXOrg = 72

 

Used by: SymbolMap object