CoordinateSpaceTree RootName Property Cognex VisionPro 9.22 SR1
Get

Returns/sets the name of the root coordinate space in this tree.

Set

Sets RootName.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public string RootName { get; set; }

Property Value

Type: String
Default Value: @ (root space)
Exceptions

ExceptionCondition
SpaceTreeExceptionThe new name is not a valid root space name.
Remarks

Remarks

NameChangedEvent Raised when the value of this property changes.

See Also