Gets the vector of translation between this point and the specified point.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Function VectorTo (
point As DocumentUnitsPoint2d
) As DocumentUnitsVector2d
C#
public DocumentUnitsVector2d VectorTo(
DocumentUnitsPoint2d point
)
Parameters
- point
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint2d
Input object that specifies the point.
Return Value
Type:
DocumentUnitsVector2d
See Also
Reference