Image8Grey SelectedSpaceName Property Cognex VisionPro 9.24
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

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

Implements

IImage SelectedSpaceName
Exceptions

ExceptionCondition
SpaceTreeExceptionvalue is not a valid space name.
SpaceTreeExceptionval 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