Cog3DRangeImageCrossSectionExtractPoint LineSegment Property Cognex VisionPro 9.21
Gets or sets the name of the operator producing LineSegment. The value of this property will be used only if DirectionSelectionMode is set to DirectionFromLineSegment

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.0.0
Syntax

public string LineSegment { get; set; }

Property Value

Type: String
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfLineSegment
Exceptions

ExceptionCondition
ArgumentNullException If the operator is not in a collection.
ArgumentException If the name of the operator producing LineSegment is not found in the collection.
Remarks

The property is a link between the operator producing the line segment and this operator, and therefore requires that all operators are added to the collection before it can be called. The name of the operator is not held internally. It is used to extract the internal unique id of the operator within the collection.
See Also