In This Topic
GdPicture14 Namespace / PatchCodeType Enumeration

PatchCodeType Enumeration

In This Topic
Defines the type of a Patch Code.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PatchCodeType 
   Inherits System.Enum
[ComVisible(true)]
public enum PatchCodeType : System.Enum 
public enum PatchCodeType = class(System.Enum)
ComVisibleAttribute()
public enum PatchCodeType extends System.Enum
[ComVisible(true)]
__value public enum PatchCodeType : public System.Enum 
[ComVisible(true)]
public enum class PatchCodeType : public System.Enum 
Members
MemberValueDescription
PatchCodeType11Code 1. Used in Patch 1 and Patch 6.
PatchCodeType22Code 2. Used in Patch 2.
PatchCodeType34Code 3. Used in Patch 3 and Transfer Patch.
PatchCodeType48Code 4. Used in Patch 4 and Toggle Patch.
PatchCodeType516Code 5. Inverted Code 1, used in Patch 1 and Patch 6.
PatchCodeType632Code 6. Inverted Code 3, used in Patch 3 and Transfer Patch.
PatchCodeTypeUnknown-1Unknown or undefined patch code.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PatchCodeType

See Also