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 DocumentUnitsPoint
) As DocumentUnitsVector
C#
public DocumentUnitsVector VectorTo(
DocumentUnitsPoint point
)
Parameters
- point
- Type: Autodesk.iLogic.Types.DocumentUnitsPoint
Input object that specifies the point.
Return Value
Type:
DocumentUnitsVector
See Also
Reference