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, symbol number, see remarks |
Remarks
This property sets the symbol. The symbol number can be found to the right of the symbol in the Property Inspector. 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.
MarkerFormat.Index=13
Used by: MarkerFormat object