|
ED
|
not used
|
RT
|
read only
|
Returns an object of type ArchiveFilterVariable.
Sub GetArchiveFilterVariable(zArvFilter As ArchiveFilter) Dim zVariable As Variable Dim zFilterVar As ArchiveFilterVariable 'get variable object to read the PvID! Set zVariable = thisProject.Variables.Item("WIZ_VAR_10") 'get the filtervariable with SUM calculation Set zFilterVar = zArvFilter.ArchiveFilterVariables.ItemByIdEx(zVariable.PvID, thisProject.Name, 1) End Sub
ArchiveFilterVariables, ArchiveFilterVariable