CogShapeModelEllipse SelectedLineWidthInScreenPixels Property Cognex VisionPro 9.25 SR1
Line width of this graphic when selected.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax

public virtual int SelectedLineWidthInScreenPixels { get; set; }

Property Value

Type: Int32

Implements

ICogGraphicInteractive SelectedLineWidthInScreenPixels
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the selected line width changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

Value is < 1.

Remarks

Line width of this graphic when selected.

See Also