Extending product function with VBA : The System Architect object model : Object model classes : Symbol class : Symbol class: Methods : GetField
  
GetField
These are characteristics of the symbol, such as "Font Type", "Font Height", of which some can be set such as "Font Type" and some that cannot such as "AuditId".
Syntax
Symbol Object. GetField FieldID
Parameters
Symbol Object
Use: Required
Data type: Object
Any instantiated Symbol class
FieldID
Use: Required
Data type: SYMBOLFIELDS
Symbol Field, see below for a complete list of all symbol fields.
See also
Symbol class: Methods