Click or drag to resize

DocumentUnitsPointTranslateBy Method

Translate this point by the specified vector.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Sub TranslateBy ( 
	vector As DocumentUnitsVector
)

Parameters

vector
Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that specifies the vector to translate by.
See Also