Property that returns the SketchPoint at the specified index. The indices correspond to the fit points in order from the start to the end of the spline. An Index of 1 returns the first SketchPoint. The FitPointCount property returns the total number of fits points for the spline.
Syntax
SketchSpline.FitPoint( Index As Long ) As SketchPoint
Property Value
This is a read only property whose value is a SketchPoint.
Parameters
Name
Type
Description
Index
Long
Input Long value that specifies the index of the SketchPoint to return.