Menu: View→Interface Properties→Misc
Specifies the precision with parameter estimates are represented when they are displayed in the path diagram view and the syntax view
Programming
In Amos Graphics programs, you can select the first item in this ComboBox as follows (Visual Basic):
Dim aComboBox As Windows.Forms.ComboBox = pd.GetComboBox("InterfacePropertiesForm", "ComboDplacesGeneral")
aComboBox.SelectedIndex = 0
To select the second item use:
Dim aComboBox As Windows.Forms.ComboBox = pd.GetComboBox("InterfacePropertiesForm", "ComboDplacesGeneral")
aComboBox.SelectedIndex = 1