Share

DocumentUnitsPoint2d.TranslateBy Method

Translate this point by the specified vector.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0

Syntax

VB

Public Sub TranslateBy ( 
	vector As DocumentUnitsVector2d
)

C#

public void TranslateBy(
	DocumentUnitsVector2d vector
)

Parameters

vector
Type: Autodesk.iLogic.Types.DocumentUnitsVector2d
Input Vector object that specifies the vector to translate by.

See Also

Reference

Was this information helpful?