|
ED
|
not used
|
RT
|
read only
|
Returns an object of type ArchiveFilterVariable.
Sub GetArchiveVariable(zArchive As Archive) Dim zVariable As Variable Dim zArvVar As ArchiveVariable 'get variable object to read the PvID! Set zVariable = thisProject.Variables.Item("WIZ_VAR_10") 'get the archivevariable with SUM calculation Set zArvVar = zArchive.ArchiveVariables.ItemByIdEx(zVariable.PvID, thisProject.Name, 1) End Sub
ArchiveVariables, ArchiveVariable