Example: Get home area name

This example gets the home area name of the current HMI tag database.
Sub GetHomeAreaName() Dim sHomeAreaName As String sHomeAreaName = TagDB.HomeAreaName 'Prints the home area name. Debug.Print "The home area of TagDB is: " & sHomeAreaName End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal