CogSurfaceFXTool RunParams Property Cognex VisionPro 9.8 SR1
Gets or sets the parameters to be used when this SurfaceFX tool is run.

Namespace: Cognex.VisionPro.SurfaceFX
Assembly: Cognex.VisionPro.SurfaceFX (in Cognex.VisionPro.SurfaceFX.dll) Version: 75.0.0.0
Syntax

public CogSurfaceFX RunParams { get; set; }

Property Value

Type: CogSurfaceFX
The parameters to use at runtime. Default value is a default constructed CogSurfaceFX object.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flags may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also