CogGraphicLabel SelectedSpaceName Property Cognex VisionPro 9.8
Coordinate space in which this shape is to be interpreted.

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

public virtual string SelectedSpaceName { get; set; }

Property Value

Type: String

Implements

ICogGraphic SelectedSpaceName
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the selected space name changes.

The following state flag may be affected:

    Remarks

    Sets or gets the CogCoordinateSpaceTree of this CogGraphic. VisionPro defines special space names for the root coordinate space, the pixel coordinate space, the screen coordinate space, as well as others.

    Default Value: "."

    See Also