CogCircularArc Visible Property Cognex VisionPro 9.7
Visible property of this graphic.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual bool Visible { get; set; }

Property Value

Type: Boolean

Implements

ICogGraphic Visible
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the visible state of the shape changes.

The following state flag may be affected:

    Remarks

    Sets or gets whether the CogGraphic is visible.

    Default Value: True

    See Also