CogMaskCreatorRegion InsideMaskValue Property Cognex VisionPro 9.22 SR1
The value to be rendered inside this region. May be either Care or DontCare.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.0.0
Syntax

public CogMaskValueConstants InsideMaskValue { get; set; }

Property Value

Type: CogMaskValueConstants
Default is DontCare.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is not a member of the CogMaskValueConstants enumeration.
See Also