CogAcqStrobe StrobeEnabledSupported Property Cognex VisionPro
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: 65.1.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