Gets/sets the LineWidth for this graphic object in screen units.
Applies only if rendered as WireFrame or SurfaceWithWireFrame.
The default value is 1.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 69.0.0.0
Syntax
Property Value
Type: Int32The LineWidth of this graphic object in screen units.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The LineWidth for graphic objects must be greater or equal 1. |
See Also