Cog3DGeometryGraphicBase DisplayState Property Cognex VisionPro
Get or set the DisplayState for this geometry graphic object.

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

public override Cog3DGraphicDisplayStateConstants DisplayState { set; }

Property Value

Type: Cog3DGraphicDisplayStateConstants
The DisplayState of this geometry 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 either Surface, SurfaceWithWireFrame, WireFrame, or Vertices. DisplayState by default cannot be set to DisplayDefault, although derived classes may override this behavior.
See Also