CogShapeModelPolygon Visible Property Cognex VisionPro 9.21 SR1
Visible property of this graphic.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax

public virtual bool Visible { get; set; }

Property Value

Type: Boolean

Implements

ICogShapeModel Visible
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