Sets the name of the operators producing Point1 and Point2.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Parameters
- parentCollection
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorsParams
The Cog3DRangeImageCrossSectionOperatorsParams object that holds the operators.
- operator1
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorBase
The operator object producing Point1.
- operator2
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorBase
The operator object producing Point2.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when this method is called. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If operator1 and/or operator2 were not found in the parentCollection provided. |
| ArgumentNullException | If the operator is not in the parentCollection. |
Remarks
Remarks
See Also