QualityFormatType Enumeration
Format type to be used to retrieve formated string based on galaxy predefined quality characters.
Syntax
'Declaration Public Enum QualityFormatType Inherits System.Enum
'Usage Dim instance As QualityFormatType
public enum QualityFormatType : System.Enum
public enum class QualityFormatType : public System.Enum
Members
Member | Description |
---|---|
BadQuality | Specfies BadQuality quality format type. |
Initializing | Specfies Initializing quality format type. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArchestrA.Client.NumericFormatter.QualityFormatType
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