Cog3DRangeImageCrossSectionPointAreaResult Area Property Cognex VisionPro 9.5
Gets or sets the name of the operator producing the AreaResult.

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

public string Area { get; set; }

Property Value

Type: String
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfArea
Exceptions

ExceptionCondition
ArgumentNullException If the operator is not in a collection.
ArgumentException If the name of the operator producing AreaResult 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