Return a copy of the subtree rooted at SpaceName.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- spaceName
- Type: System String
A valid nonqualified or fully-qualified space name that indicates the root space of the subtree to copy.
Return Value
Type: Cog3DCoordinateSpaceTreeThe copied coordinate space subtree.
Exceptions
| Exception | Condition |
|---|---|
| CogSpaceTreeInvalidNameSyntaxException | spaceName is not a legal space name. |
| CogSpaceTreeNameNotUniqueException | spaceName is a nonqualified space name and more than one instance of it exists in this tree. |
| CogSpaceTreeNameNotInTreeException | spaceName does not exist in this tree. |
Remarks
Returns a copy of the subtree rooted at the given space name. The returned tree contains a shallow copy of any trees embedded in this tree using the AddTree(String, Cog3DCoordinateSpaceTree, ICog3DTransform, CogAddSpaceConstants) method.
See Also