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