Share

DocumentUnitsPoint2d.Addition Operator

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: 30.0

Syntax

VB

Public Shared Operator + ( 
	point As DocumentUnitsPoint2d,
	vector As DocumentUnitsVector2d
) As DocumentUnitsPoint2d

C#

public static DocumentUnitsPoint2d operator +(
	DocumentUnitsPoint2d point,
	DocumentUnitsVector2d vector
)

Parameters

point
Type: Autodesk.iLogic.Types.DocumentUnitsPoint2d
vector
Type: Autodesk.iLogic.Types.DocumentUnitsVector2d

Return Value

Type: DocumentUnitsPoint2d

See Also

Reference

Was this information helpful?