Sets the operator producing AreaResult.
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 line segment operator.
- op
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionAreaOperatorBase
The operator object producing AreaResult.
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 operator is not found in the parentCollection provided. |
| ArgumentNullException | If the parentCollection in null. |
Remarks
Remarks
See Also