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