CogPrioEventConfigObjectBase Valid Property Cognex VisionPro 9.8
Indicates whether the configuration of this object is valid/invalid for the current hardware.

The valid/invalid state is automatically updated when this object is part of a CogPrio.Events collection.

Objects marked Invalid should be reconfigured to be valid. Otherwise the CogPrio event system will not function.

Use the validationErrorMsg to understand how to reconfigure the object to be valid.

Namespace: Cognex.VisionPro.Comm.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public virtual bool Valid { get; }

Property Value

Type: Boolean
See Also