This document is archived and information here might be outdated. Recommended version. |
Get a Curved line point by sequence number.
[Visual Basic .NET]
Public Function get_CurveLinePoint ( _
ByVal Seqnum As Integer, _
ByRef pPointa As Integer, _
ByRef pPointb As Integer, _
ByRef pLinePointa As Integer _
) As Integer
[C#]
public int get_CurveLinePoint (
int Seqnum,
ref int pPointa,
ref int pPointb,
ref int pLinePointa
);