Gets or sets the PinRegions.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
public bool PinRegions { get; set; }public bool PinRegions { get; set; }Public Property PinRegions As Boolean
Get
Set
Public Property PinRegions As Boolean
Get
Set
public:
property bool PinRegions {
bool get ();
void set (bool value);
}public:
property bool PinRegions {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
The default is false.
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.