ICogShapeModel Visible Property Cognex VisionPro 9.10
Visible property of this graphic.

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

bool Visible { get; set; }

Property Value

Type: Boolean
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 CogShapeModel is visible.

    Default Value: True

    See Also