CogBlobMeasure Measure Property Cognex VisionPro 9.5
The measure for which usage during execution is being specified.

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

public CogBlobMeasureConstants Measure { get; set; }

Property Value

Type: CogBlobMeasureConstants
The default is Area.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of CogBlobMeasureConstants
Remarks

The measure for which usage during execution is being specified.
See Also