You are here: Start » FIL.NET » FIS.ArcEndpoints Method
FIS.ArcEndpoints Method
Computes two endpoints of an arc.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void ArcEndpoints ( FilNet.Arc2D inArc, out FilNet.Point2D outPoint1, out FilNet.Point2D outPoint2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inArc | FilNet.Arc2D | |||
![]() | outPoint1 | FilNet.Point2D | First endpoint. | ||
![]() | outPoint2 | FilNet.Point2D | Second endpoint. |


