帮助里有这个例子
Sub Example_NumberOfFitPoints()
' This example creates a spline object in model space.
' It then finds the number of control points for that spline.
' Create the spline
Dim splineObj As AcadSpline
Dim startTan(0 To 2) As Double
Dim endTan(0 To 2) As Double
Dim fitPoints(0 To 8) As Double