IGraphic Visible Property Cognex VisionPro 9.24
Get

Visible property of this graphic.

Set

Sets Visible.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

bool Visible { get; set; }

Property Value

Type: Boolean
Default Value: True
Remarks

Gets whether the IGraphic is visible.

Remarks

Changed Raised when the value of this property changes.

See Also