Cog3DGraphicBase Visible Property Cognex VisionPro
Gets/sets the Visibility for this graphic object. The default value is true.

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

public virtual bool Visible { get; set; }

Property Value

Type: Boolean
The Visibility of this graphic object.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfVisible
See Also