Gets the zone configuration for the scale degree of freedom.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.1.0.0
Syntax
Property Value
Type: CogPMRedLineZoneScaleThe zone configuration for the scale DOF. Default value is a default constructed CogPMRedLineZoneScale object.
Remarks
The zone scale class is always an integral part of the CogPMRedLineRunParams class. When a RunParams instance is constructed it automatically creates an instance of the zone scale class and holds it for the entire lifetime of the RunParams object. You can modify the properties of the zone scale class, but can never create, destroy, serialize, or replace it.
See Also