Cog3DCoordinateSpaceTree RootName Property Cognex VisionPro 9.8 SR1
Returns/sets the name of the root coordinate space in this tree.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.0.0.0
Syntax

public string RootName { get; set; }

Property Value

Type: String
Events

Exceptions

ExceptionCondition
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