RootFolder property
Returns a Folder object that represents the root folder of the HMI tag database. Read-only.
Syntax
TagDB
.RootFolder
where
TagDB
is the global variable TagDB
. You can also use a variable you have defined as a TagDB object or an expression that evaluates to a TagDB object.
TIP:
If you are not using
FactoryTalk View SE
's VBA, the global variables will not be automatically created and you will have to define your own object variables.Provide Feedback