Extending product function with VBA : The System Architect object model : Object model classes : Diagram class : Diagram class: Methods : SetField
  
SetField
SetField allows you to set a Diagram Field with a specified value.
Syntax
Diagram Object.SetField FieldID, value
Parameters
Diagram Object
Use: Required
Data type: Object
Any instantiated Diagram class
FieldID
Use: Required
Data type: DGMFLD
Diagram Field, see below for a complete list of all Diagram fields.
Value
Use: Required
Data type: String
Value of diagram field
See also
Diagram class: Methods