Click or drag to resize

VectorCopy Method

Creates a copy of this Vector object. The result is entirely independent and can be edited without affecting the original Vector object.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
Vector Copy()

Return Value

Vector
A new Vector object that is a copy of this instance.
See Also