CogPMAlignRunParams OwnedFlexParams Property Cognex VisionPro
Gets the runtime parameters specific to the PatFlex algorithm. These parameters are owned by this object, but are conveniently grouped together inside the returned interface.

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

public ICogPMAlignFlexRunParams OwnedFlexParams { get; }

Property Value

Type: ICogPMAlignFlexRunParams
An interface containing the runtime parameters specific to the PatFlex algorithm.
Remarks

Returns a reference to the runtime parameters specific to the PatFlex algorithm. The reference is simply another interface to this object.

See Also