CogPMAlignMultiRunParams RuntimeMode Property Cognex VisionPro 9.7
Gets or sets the runtime mode.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 73.0.0.0
Syntax

public CogPMAlignMultiRuntimeModeConstants RuntimeMode { get; set; }

Property Value

Type: CogPMAlignMultiRuntimeModeConstants
The default value is Sequential.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfRuntimeMode state flag may be affected.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the value is not a valid item.
See Also