Cog3DGraphicBase DisplayState Property Cognex VisionPro 9.7
Get or set the DisplayState for this graphic object.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 73.0.0.0
Syntax

public virtual Cog3DGraphicDisplayStateConstants DisplayState { get; set; }

Property Value

Type: Cog3DGraphicDisplayStateConstants
The DisplayState of this graphic object.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfDisplayState
Exceptions

ExceptionCondition
ArgumentException If the supplied value is not a member of the Cog3DGraphicDisplayStateConstants enumeration.
See Also