You are here: Start » FIL.NET » FIS.VectorBetweenPoints Method
FIS.VectorBetweenPoints Method
Computes a vector representing distance from one point to another.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void VectorBetweenPoints ( FilNet.Point2D inFrom, FilNet.Point2D inTo, out FilNet.Vector2D outVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFrom | FilNet.Point2D | |||
![]() | inTo | FilNet.Point2D | |||
![]() | outVector | FilNet.Vector2D |


