Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / IDataQuality Interface / PercentGood Method



In This Topic
    PercentGood Method
    In This Topic
    Obtain a percent estimation of data quality.
    Syntax
    'Declaration
     
    Function PercentGood() As Single
    'Usage
     
    Dim instance As IDataQuality
    Dim value As Single
     
    value = instance.PercentGood()
    float PercentGood()
    float PercentGood(); 

    Return Value

    Percent good 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