Sets the name of the operators producing LineSegment1 and LineSegment2.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.0.0.0
Syntax
Parameters
- parentCollection
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorsParams
The Cog3DRangeImageCrossSectionOperatorsParams collection that holds the line segments' operators.
- operator1
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorBase
The operator object producing LineSegment1.
- operator2
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorBase
The operator object producing LineSegment2.
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/was not found in the parentCollection provided. |
| ArgumentNullException | If the parentCollection in null. |
Remarks
Remarks
See Also