CogCalibFeaturesSymbolParseResult ClassCognex VisionPro 9.7
This class contains the labeling information from the parsing result of one ID code on the checkerboard. It is immutable, and can only be created from calibration feature extraction.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro.CalibFix CogCalibFeaturesSymbolParseResult

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 73.0.0.0
Syntax

[SerializableAttribute]
public class CogCalibFeaturesSymbolParseResult : CogSerializableObjectBase, 
	IDisposable

The CogCalibFeaturesSymbolParseResult type exposes the following members.

Constructors

  NameDescription
Public methodCogCalibFeaturesSymbolParseResult(CogCalibFeaturesSymbolParseResult)
Copy constructs a CogCalibFeaturesSymbolParseResult object. This is a deep copy.
Protected methodCogCalibFeaturesSymbolParseResult(SerializationInfo, StreamingContext)
Serialization construct a CogCalibFeaturesSymbolParseResult object.
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 CogCalibFeaturesSymbolParseResult.
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalize this CogCalibFeaturesSymbolParseResult.
(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
Serializer for CogCalibFeaturesSymbolParseResult object.
(Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).)
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 propertyGridPitchX
Gets the x value of the grid pitch of the checkerboard tiles along the X axis of Plate2D in physical measurement units.
Public propertyGridPitchY
Gets the y value of the grid pitch of the checkerboard tiles along the Y axis of Plate2D in physical measurement units.
Public propertyHasGridPitch
Gets whether or not this result has valid grid pitch information.
Public propertyHasPositionGrid2D
Gets whether or not this result has a valid position in Grid2D. For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
Public propertyHasUnitString
Gets whether or not this result has a valid UnitString.
Public propertyPositionXGrid2D
Gets the x value of Grid2D position of the Data Matrix code. For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
Public propertyPositionYGrid2D
Gets the y value of Grid2D position of the Data Matrix code. For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
Public propertyRawDecodedString
Gets the raw decoded string of the symbol.
Public propertyUnitString
Gets the measurement units in which GridPitchX and GridPitchY are specified.
Top
See Also