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