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 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: 65.1.0.0
Syntax
The CogCalibFeaturesSymbolParseResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogCalibFeaturesSymbolParseResult(CogCalibFeaturesSymbolParseResult) |
Copy constructs a CogCalibFeaturesSymbolParseResult object. This is a deep
copy.
| |
| CogCalibFeaturesSymbolParseResult(SerializationInfo, StreamingContext) |
Serialization construct a CogCalibFeaturesSymbolParseResult object.
|
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Dispose |
Destruct this CogCalibFeaturesSymbolParseResult.
| |
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize |
Finalize this CogCalibFeaturesSymbolParseResult.
(Overrides Object Finalize .) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData |
Serializer for CogCalibFeaturesSymbolParseResult object.
(Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).) | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| GridPitchX |
Gets the x value of the grid pitch of the checkerboard tiles along the
X axis of Plate2D in physical measurement units.
| |
| GridPitchY |
Gets the y value of the grid pitch of the checkerboard tiles along the
Y axis of Plate2D in physical measurement units.
| |
| HasGridPitch |
Gets whether or not this result has valid grid pitch information.
| |
| HasPositionGrid2D |
Gets whether or not this result has a valid position in Grid2D.
For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
| |
| HasUnitString |
Gets whether or not this result has a valid UnitString.
| |
| PositionXGrid2D |
Gets the x value of Grid2D position of the Data Matrix code.
For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
| |
| PositionYGrid2D |
Gets the y value of Grid2D position of the Data Matrix code.
For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
| |
| RawDecodedString |
Gets the raw decoded string of the symbol.
| |
| UnitString |
Gets the measurement units in which GridPitchX and GridPitchY are specified.
|
See Also