ISpline Interface Methods Send Feedback
See Also 

For a list of all members of this type, see ISpline members.

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Spline.  
 MethodDeleteCustomDataDeletes the specified custom data from the Spline.  
 MethodDeleteHyperLinkDeletes a hyperLink attached to the Spline.  
 MethodEvaluateAtDistanceGets the point on the Spline that is closest to the specified distance from the start point. Also gets the corresponding U parameter and the first and second derivatives at that point.  
 MethodEvaluateAtParameterGets the point on the Spline that corresponds to the specified U parameter and gets the first and second derivatives at that point. Also gets the distance of the point from the start point.  
 MethodEvaluateAtPointGets the corresponding U parameter, the distance from the start point, and the first and second derivatives at the specified point on the Spline.  
 MethodGetBoundingBoxGets the bounding box enclosing the Spline.  
 MethodGetClosestPointOnGets the point on the Spline that is closest to the specified point.  
 MethodGetControlPointCoordinateGets the coordinates of the specified control point of the Spline.  
 MethodGetControlPointsCountGets the number of control points in the Spline.  
 MethodGetCustomDataGets the specified custom data for the Spline  
 MethodGetEndParamsGets the start and end parameters of the Spline.  
 MethodGetExtensionDictionaryGets the dictionary for the Spline.  
 MethodGetFitPointCoordinateGets the coordinates of the specified fit point of the Spline.  
 MethodGetFitPointsCountGets the number of fit points in the Spline.  
 MethodGetHyperLinkGets the hyperlink attached to the Spline.  
 MethodGetLengthGets the length of the Spline.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Spline, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Spline to or from the current selection set.  
 MethodSetControlPointCoordinateSets the coordinates of a control point of the Spline.  
 MethodSetCustomDataSets the custom data for the Spline.  
 MethodSetFitPointCoordinateSets the coordinates of a fit point of the Spline.  
 MethodSetHyperLinkAttaches a hyperlink to the Spline.  
Top

See Also