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