Returns/sets the name of the root coordinate space in
this tree.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: StringEvents
| Event Type | Reason |
|---|---|
| Cog3DCoordinateSpaceTree NameChanged | Fires when the root name changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogSpaceTreeInvalidNameSyntaxException | The new name is not a legal space name for the root space. |
Remarks
Returns or sets the root coordinate space name for this tree. The new space name must meet the syntactic requirements of a nonqualified coordinate space name, with the exception that you may begin the name with any non-slash punctuation character.
Note: Do not change the root name of a tree attached to an image. Any tree that is or will be attached to an image must have a RootName value of "@" for VisionPro to function properly.
Default Value: @ (root space)
See Also