Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IDataQuality Interface / Set Method / Set(UInt32) Method
A data quality value.



In This Topic
    Set(UInt32) Method
    In This Topic
    Apply a data quality value.
    Syntax
    'Declaration
     
    Overloads Sub Set( _
       ByVal raw As UInteger _
    ) 
    'Usage
     
    Dim instance As IDataQuality
    Dim raw As UInteger
     
    instance.Set(raw)
    void Set( 
       uint raw
    )
    void Set( 
       uint raw
    ) 

    Parameters

    raw
    A data quality value.
    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