Read or set the selected space name that is applied to each image returned from Acquire or CompleteAcquire.
Namespace: Cognex.VisionPro.FG8500L.Implementation.InternalAssembly: Cognex.VisionPro.FG8500L (in Cognex.VisionPro.FG8500L.dll) Version: 65.1.0.0
Syntax
Property Value
Type: StringImplements
ICogAcqFifo SelectedSpaceNameEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the selected coordinate space changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| CogSpaceTreeInvalidNameSyntaxException | val is not a valid space name. |
Remarks
Sets or gets the selected CogCoordinateSpaceTree that is applied to each image returned from Acquire(Int32 ) or CompleteAcquire(Int32, Int32 , Int32 ). VisionPro defines special space names for the root coordinate space, the pixel coordinate space, the screen coordinate space, as well as others.
The value of this property is ignored when this ICogAcqFifo is used to acquire a CogImage16Range.
Default Value: The default space name is "@".
See Also