SymbolManagerPath Example

Land Auto

SymbolManagerPath Example

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