PrototypePath Example
Sub Example_PrototypePath()
' This example returns the PrototypePath setting.
Dim prefFiles As AeccPreferencesFiles
Set prefFiles = AeccApplication.Preferences.Files
MsgBox "The current value for PrototypePath is: " & prefFiles.PrototypePath, _
vbInformation, "PrototypePath Example"
End Sub