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
)
public void TranslateBy(
DocumentUnitsVector vector
)
Parameters
- vector
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input Vector object that specifies the vector to translate by.
See Also