CogCompositeShape SelectionGraphicLineWidthInScreenPixels Property Cognex VisionPro 9.8
Controls line width of selection graphic when it appears.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public int SelectionGraphicLineWidthInScreenPixels { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogCompositeShape Changed

Fires when the selection line width changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is < 1.

    Remarks

    Sets or gets the width of the line used to draw the selection rectangle that encloses the composite shape.

    See Also