SketchSplineProxy.FitPoint Property
Parent Object: SketchSplineProxyDescription
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
SketchSplineProxy.FitPoint( Index As Long ) As SketchPointProperty 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. |