Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IEnumeratedSets Interface / Get Method
A EnumeratedSet name.
All properties for the set matching the supplied name.


Get Method (IEnumeratedSets)
Retrieve properties for a specific set from a Historian server. Sets are uniquely identified by name within a server.
Syntax
Sub Get( _
   ByVal enumeratedSetName As System.String, _
   ByRef enumeratedSet As EnumeratedSet _
) 

Parameters

enumeratedSetName
A EnumeratedSet name.
enumeratedSet
All properties for the set matching the supplied name.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also