Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IArchives Interface / Get Method
Target archive name.
Retrieved set of archive properties.
Name of the data store the file belong to.


Get Method (IArchives)
Retrieve all properties for the archive of the given name. Archives are uniquely identified by name.
Syntax
Sub Get( _
   ByVal archivename As System.String, _
   ByRef archive As Archive, _
   Optional ByVal datastoreName As System.String _
) 

Parameters

archivename
Target archive name.
archive
Retrieved set of archive properties.
datastoreName
Name of the data store the file belong to.
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