Index Property [AutoMarker]

The Index property returns or sets the glyph index (symbol number). Returns an Integer.

Syntax

object.Index

object.Index = Index

 

Parameter Type Description
Index Integer required, see remarks

 

Remarks

This property sets the symbol. The symbol number can be found in the symbol properties. Add 32 if you are using TrueType fonts such as GSI Default Symbols.

Example 1

This example demonstrates how to return the index number of a symbol in a symbol set.

Debug.Print MarkerFormat.Index

 

Example 2

This example demonstrates how to set the index number of a symbol.

MarkerFormat.Index = 40

 

Used by: AutoMarker object