Share

SketchSpline3D.FitPoint Property

Parent Object: SketchSpline3D

Description

Property that returns the 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 SketchPoint3D. The FitPointCount property returns the total number of fit points for the spline.

Syntax

SketchSpline3D.FitPoint( Index As Long ) As SketchPoint3D

Property Value

This is a read only property whose value is a SketchPoint3D.

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the SketchPoint to return.

Version

Introduced in version 8

Was this information helpful?