This document is archived and information here might be outdated. Recommended version. |
Coodinate for the calculated point.
[Visual Basic .NET]
Public Function GetCalculatedPoint ( _
ByVal PointID As Integer, _
ByRef X As Double _
) As Double
[C#]
public double GetCalculatedPoint (
int PointID,
ref double X
);