SymbolYOrg Property

 

The SymbolYOrg property returns or sets the symbol Y origin for a symbol map. Returns an integer.

 

Syntax

object.SymbolYOrg

object.SymbolYOrg = SymbolYOrg

 

Parameter

Type

Description

SymbolYOrg

Integer

required; value between 0 and 100

 

Example 1

This example returns the Y origin for the symbols.

 

Debug.Print SymbolMap.SymbolYOrg

 

Example 2

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

 

SymbolMap.SymbolYOrg = 72

 

Used by: SymbolMap object