Cog3DRangeImageCrossSectionOperatorsParams PinRegions Property Cognex VisionPro
Gets or sets the PinRegions.

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

public bool PinRegions { get; set; }

Property Value

Type: Boolean
The default is false.
Remarks

The PinRegions allows the user to pin the profile regions specified in the operators to their current location while the user is changing the profile space selection or the new space transform. The profile regions with the default selected space name equal to “.” will be updated. The profile regions with any other selected space name will not be pinned, updated or modified. The PinRegions applies only during setup of the Cross Section tool, it is ignored at runtime. This property is only used by the control; the programmatic interface ignores this property.
See Also