Extending product function with VBA : The System Architect object model : Object model classes : Symbol class : Symbol class: Methods : SetField
  
SetField
This sets field values for a symbol, and requires two arguments: the field and its value.
Syntax
Symbol Object. SetField FieldID, value
Parameters
Symbol Object
Use: Required
Data type: Object
Any instantiated Symbol class
FieldID
Use: Required
Data type: SYMBOLFIELD
Symbol field: see Symbol fields.
value
Use: Required
Data type: String
Value of symbol field
See also
Symbol class: Methods