SpeedTablesPath Example

Land Auto

SpeedtablesPath Example

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