Cog3DRangeImageCrossSectionNearestPoint Point Property Cognex VisionPro 9.7
Gets or sets the name of the operator producing Point.

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

public string Point { get; set; }

Property Value

Type: String
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfPoint
Exceptions

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

The property is a link between the operator producing the point 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