Add vector to vector.
Like AddVector(), but creates a new object.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Shared Operator + (
vector1 As DocumentUnitsVector,
vector2 As DocumentUnitsVector
) As DocumentUnitsVector
C#
public static DocumentUnitsVector operator +(
DocumentUnitsVector vector1,
DocumentUnitsVector vector2
)
Parameters
- vector1
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
- vector2
- Type: Autodesk.iLogic.Types.DocumentUnitsVector
Return Value
Type:
DocumentUnitsVector
See Also
Reference