AngularPrecision Example
Sub Example_AngularPrecision()
' This example returns the AngularPrecision setting for the current drawing.
Dim dbPref As AeccDatabasePreferences
Set dbPref = AeccApplication.ActiveDocument.Preferences
MsgBox "The current value for AngularPrecision is " & dbPref.AngularPrecision, _
vbInformation, "AngularPrecision Example"
End Sub