Extends a b-spline curve by the specified length.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function ExtentCurve( _
   ByVal AtStart As System.Boolean, _
   ByVal Length As System.Double, _
   ByVal LinearExt As System.Boolean _
) As Curve | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ICurve
Dim AtStart As System.Boolean
Dim Length As System.Double
Dim LinearExt As System.Boolean
Dim value As Curve
 
value = instance.ExtentCurve(AtStart, Length, LinearExt) | 
Parameters
- AtStart
- True to extend b-spline curve from start point, false to extend b-spline curve from end point
- Length
- Length by which to extend b-spline curve 
- LinearExt
- True if the extension is linear, false if not 
Return Value
Pointer to newly extended 
ICurve object
Remarks
 
            
            See Also
 
            Availability
SolidWorks 2006 FCS, Revision Number 14.0