CogIDResultDecoded ClassCognex VisionPro 9.8
The result of decoding a symbol.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro.ID CogIDResultDecoded

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 75.1.0.0
Syntax

[SerializableAttribute]
public class CogIDResultDecoded : CogSerializableObjectBase, 
	IDisposable

The CogIDResultDecoded type exposes the following members.

Constructors

  NameDescription
Public methodCogIDResultDecoded 
Constructs a new instance of this class.
Public methodCogIDResultDecoded(CogIDResultDecoded)
Constructs a new instance of this class as a deep copy of the given instance.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Destruct this CogIDResultDecoded.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalize this CogIDResultDecoded.
(Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyDecodedString
The decoded data as a Unicode string.
Public propertyIdentifierCode
ISO/IEC 15424:2000 symbol identifier code character. A = Code 39, C = Code 128, E = UPC/EAN, I = Interleaved 2 of 5, G = Code 93, e = RSS, X = other bar codes.
Public propertyIdentifierModifier
ISO/IEC 15424:2000 symbol identifier modifier character. Useful in uniquely identifying the symbology.
Public propertyMirrored
The mirrored state of this symbol.
Public propertyProcessControlMetricsAIMDPM
AIM-DPM process control metrics. This property will be null if these metrics were not requested or could not be computed. This property is only meaningfull for certain DataMatrix or QRCode symbologies.
Public propertyProcessControlMetricsISO15415
ISO15415 process control metrics. This property will be null if these metrics were not requested or could not be computed. This property is only meaningfull for certain DataMatrix or QRCode symbologies.
Public propertyProcessControlMetricsSEMIT10
SEMIT10 process control metrics. This property will be null if these metrics were not requested or could not be computed. This property is only meaningfull for certain DataMatrix symbologies.
Public propertyRawByteArray
The decoded data as a raw array of bytes. No localization is performed.
Public propertySymbology
The type of this symbol. May be Interleaved 2 of 5, Code 39, Code 93, Code128, UPC/EAN, 4-State, POSTNET, PLANET, DataBar, Composite DataMatrix, QR code or EAN/UCC Composite.
Public propertySymbologySubtype
The actual type of this symbol. Valid for UPC/EAN, DataBar and 4-State. Always use with Symbology together to determine the actual type of the decoded symbol. A Value 0 indicates that the symbology doesn't have different types.
Top
See Also