GetFolder method
Creates and returns the reference to a Folder object.
Syntax
Set
Folder
= TagDB
.GetFolder
(FolderName
)where
Folder
is the name of a Folder object or an expression that evaluates to a Folder object.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.FolderName
is the fully qualified name of the folder, that is, the path and folder name such as folder1\folder2
.Provide Feedback