Get
The name of the default coordinate space to be used by tools which process this image.
Set
Namespace: Cognex.VisionSets this image's SelectedSpaceName.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax
Return Value
Type: StringThe name of the space in this image's CoordinateSpaceTree to be used by tools that process this image. Vision defines special space names for the root coordinate space ("@"), the pixel coordinate space ("#"), the screen coordinate space ("*"), as well as others.
Implements
IImage SelectedSpaceNameExceptions
| Exception | Condition |
|---|---|
| SpaceTreeException | value is not a valid space name. |
| SpaceTreeException | val is not a valid space name. |
Remarks
Default is "@" (root space)
Remarks
Changed Raised when the value of this property changes. The following state flag may be affected:
See Also