CogAcqStrobe StrobeEnabledSupported Property Cognex VisionPro 9.7
Indicates whether the StrobeEnabled property is supported. If StrobeEnabledSupported is false then changing StrobeEnabled has no effect.

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

public virtual bool StrobeEnabledSupported { get; }

Property Value

Type: Boolean

Implements

ICogAcqStrobe StrobeEnabledSupported
Remarks

Indicates whether this FIFO supports the StrobeEnabled property. If the value of this property is false, then setting StrobeEnabled has no effect.

See Also