Get or set the DisplayState for this Cog3DLineSegGraphic.
The default and only legal value is Cog3DDisplayStateConstants::WireFrame.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 73.0.0.0
Syntax
Property Value
Type: Cog3DGraphicDisplayStateConstantsThe DisplayState of this graphic object.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If trying to set to anything other than WireFrame. |
See Also