CogCompositeShape SelectionGraphicLineStyle Property Cognex VisionPro 9.5
Controls line style of selection graphic when it appears.

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

public CogGraphicLineStyleConstants SelectionGraphicLineStyle { get; set; }

Property Value

Type: CogGraphicLineStyleConstants
Events

Event TypeReason
CogCompositeShape Changed

Fires when the selection line style changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is not in CogGraphicLineStyleConstants.

    Remarks

    Sets or gets the line style of the selection rectangle that encloses the composite shape when it is visible.

    See Also