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.


In This Topic
    Get Method (IEnumeratedSets)
    In This Topic
    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 _
    ) 
    void Get( 
       System.string enumeratedSetName,
       out EnumeratedSet enumeratedSet
    )
    void Get( 
       System.String^ enumeratedSetName,
       [Out] EnumeratedSet^ 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