Translate point by vector.
Returns a point that is equivalent to the result of translating the point by the vector.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Shared Operator + ( point As DocumentUnitsPoint, vector As DocumentUnitsVector ) As DocumentUnitsPoint
C#
public static DocumentUnitsPoint operator +( DocumentUnitsPoint point, DocumentUnitsVector vector )
Parameters
- point
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint
- vector
- Type: Autodesk.iLogic.Types.DocumentUnitsVector