ContourStylesPath Example

Land Auto

ContourStylesPath Example

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