AVEVA OMI Software Developer Kit



IsGood Method
If the quality is good.
Syntax
'Declaration
 
Public MustOverride Function IsGood() As Boolean
'Usage
 
Dim instance As QualityStatus
Dim value As Boolean
 
value = instance.IsGood()
public abstract bool IsGood()
public:
abstract bool IsGood(); 

Return Value

True if good
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