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