NumberOfFitPoints Property

Gets the number of fit points of the spline.

See Also | Example

Signature

object.NumberOfFitPoints

object

Spline
The object or objects this property applies to.

NumberOfFitPoints

Integer; read-only

Remarks

The fit points define the path of the spline. You can change the tolerance of a given fit point by using the FitTolerance property. You can add a fit point by using the AddFitPoint method. You can delete a fit point by using the DeleteFitPoint method. You can query the location of a fit point by using the GetFitPoint method. You can change the location of a given fit point by using the SetFitPoint method.

 

   Comments?