ISpline Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by ISpline.

Public Properties

 NameDescription
 PropertyClosedGets or sets whether the Spline is closed.  
 PropertyColorGets or sets the LineColor of the Spline.  
 PropertyErasedGets or sets whether to erase or restore the Spline.  
 PropertyFitToleranceGets or sets the fit tolerance of the Spline.  
 PropertyHandleGets the value of the handle of the Spline.  
 PropertyLayerGets or sets the name of the Layer of the Spline.  
 PropertyLineScaleGets or sets the scale factor for the Spline's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Spline.  
 PropertyLineWeightGets or sets the LineWeight for the Spline.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Spline.  
 PropertyTransparencyGets or sets the transparency object for this Spline.  
 PropertyVisibleGets or sets whether to show the Spline in the drawing.  
Top

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