Sets the name of the operators producing LineSegment and Point.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Parameters
- parentCollection
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorsParams
The Cog3DRangeImageCrossSectionOperatorsParams collection that holds the operators.
- lineSegOp
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorBase
The operator object producing LineSegment.
- pointOp
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionOperatorBase
The operator object producing pointOp.
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 lineSegOp and/or pointOp were not found in the parentCollection provided. |
| ArgumentNullException | If the parentCollection in null. |
Remarks
Remarks
See Also