This document is archived and information here might be outdated. Recommended version. |
Origin point ID, at coordinate x/y. Other points are calculated from this location. Only applies to the construction environment.
[Visual Basic .NET]
Public Sub SetOriginPoint ( _
ByVal PointID As Integer, _
ByVal X As Double, _
ByVal Y As Double _
)
[C#]
public void SetOriginPoint (
int PointID,
double X,
double Y
);