CogImage16Grey SelectedSpaceName Property Cognex VisionPro 9.7
Returns/sets the name of the coordinate space to be used by tools which process this image.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual string SelectedSpaceName { get; set; }

Property Value

Type: String

Implements

ICogImage SelectedSpaceName
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the selected space name changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    CogSpaceTreeInvalidNameSyntaxException

    val is not a valid space name.

    Remarks

    Returns or sets the name of the CogCoordinateSpaceTree to be used by tools that process this image. VisionPro defines special space names for the root coordinate space, the pixel coordinate space, the screen coordinate space, as well as others.

    See Also