GetVarExtensions - method of object PmOpcClientData
Syntax:
GetVarExtensions As Array
Calling:
aDataExt = oOpcClientData.GetVarExtensions()
Example:
Obtaining an array of references to all registered
ExtOpcClient objects of the
PmOpcClientData object
"/OpcClientData" with following listig of identifiers of each trend into the
INFO system.
a = pMe.Pm("/OpcClientData").GetVarExtensions()
Next
or
a = pMe.Pm("/OpcClientData").GetVarExtensions()
Next