This document is archived and information here might be outdated. Recommended version. |
End point ID, x and y.
[Visual Basic .NET]
Public Function GetEndPoint ( _
ByRef PointID As Integer, _
ByRef X As Double _
) As Double
[C#]
public double GetEndPoint (
ref int PointID,
ref double X
);