Get a particular attribute (LowerLimit, Nominal, UpperLimit, or Overlap) of the ScaleX degree of freedom (DOF). Use the selector argument to specify which attribute.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Parameters
- selector
- Type: Cognex.VisionPro.OCVMax CogOCVMaxDOFAttributeConstants
The desired attribute. May be one of: CogOCVMaxDOFAttributeConstants::LowerLimit, ::Nominal, ::UpperLimit, or ::Overlap.
Return Value
Type: DoubleA System::Double representing the specified ScaleXattribute.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxSearchParams object has already been disposed. |
See Also