AddFitPoint Method

IntelliCAD 11.1 Object Library
AddFitPoint Method
See Also 
Index

The index value of the new fit point. This determines where on the spline the point will be added.

If the index is a negative number, the point is added to the beginning of the spline. If the index exceeds the number of fit points in the spline, the point is added to the end of the spline.

FitPoint
The Point object to be added.
Spline Object : AddFitPoint Method

Description

Adds a fit point to the spline.

Syntax

Visual Basic
Public Sub AddFitPoint( _
   ByVal Index As Integer, _
   ByVal FitPoint As Point _
) 

Parameters

Index

The index value of the new fit point. This determines where on the spline the point will be added.

If the index is a negative number, the point is added to the beginning of the spline. If the index exceeds the number of fit points in the spline, the point is added to the end of the spline.

FitPoint
The Point object to be added.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.