Share

DocumentUnitsPoint.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 DocumentUnitsVector
)

C#

public void TranslateBy(
	DocumentUnitsVector vector
)

Parameters

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

See Also

Reference

Was this information helpful?