Extending product function with VBA : The System Architect object model : Object model classes : Symbol class : Symbol class: Methods : Get metric
  
Get metric
Calls certain lists, calculations, and pieces of internal functionality pertaining to symbols.
Syntax
Symbol Object.GetMetric Metric[, FieldType[, NbrChars[, NbrDec]]]
Parameters
Symbol Object
Use: Required
Data type: Object
Any instantiated Symbol class
Metric
Use: Required
Data type: SYMBOLMETRIC
Symbol Metric, see below for a complete list of all symbol metrics.
FieldType
Use: Optional
Data type: FLDTYPE
NbrChars
Use: Optional
Data type: Long
If the Field Type has been entered, then this parameter tells System Architect how many characters are to be returned before the decimal point.
NbrDec
Use: Optional
Data type: Long
If the Field Type has been entered, then this parameter tells System Architect how many numbers are to be returned after the decimal point.
See also
Symbol class: Methods