Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataQuality Class / FromRaw Method
A raw data quality value.


In This Topic
    FromRaw Method
    In This Topic
    Return a data quality instance matching a raw value.
    Syntax
    Public Shared Function FromRaw( _
       ByVal raw As System.UInteger _
    ) As DataQuality
    public static DataQuality FromRaw( 
       System.uint raw
    )
    public:
    static DataQuality^ FromRaw( 
       System.uint raw
    ) 

    Parameters

    raw
    A raw data quality value.

    Return Value

    A DataQuality instance.
    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