Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IEnumeratedSets Interface

In This Topic
IEnumeratedSets Interface Methods
In This Topic

For a list of all members of this type, see IEnumeratedSets members.

Public Methods
 NameDescription
 Method Add an enumerated set to a Historian server.  
 Method Delete an enumerated set from Historian.  
 Method Retrieve properties for a specific set from a Historian server. Sets are uniquely identified by name within a server.  
 Method Retrieve a list of enumerated sets in a Historian server matching the given wildcard expression.  
 Method Rename an existing set in a Historian server. Renaming a set does not make the previous set name available for use.  
 Method Apply properties from the given set to a Historian server.  
 MethodSubscribe to enumerated set changes in a Historian server such as: modify or delete. Fires %% with details of the set change.  
 Method Clear any established enumerated set subscriptions.  
Top
See Also