Returns/sets the name of the coordinate space to be used by tools which process this image.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: StringEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the selected space name changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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