IImage SelectedSpaceName Property Cognex VisionPro 9.23
Get

The name of the default coordinate space to be used by tools which process this image.

Set

Sets this image's SelectedSpaceName.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

string SelectedSpaceName { get; set; }

Return Value

Type: String

The 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.

Exceptions

ExceptionCondition
SpaceTreeExceptionvalue is not a valid space name.
See Also