Solid Edge FrameworkSupport Type Library
Extend Method
Double that specifies the coordinates of the point at which the referenced element is to be extended.
Double that specifies the coordinates of the point at which the referenced element is to be extended.
The object to which the referenced element is to extend.
Description
Extends open graphic elements to a specified location.
Syntax
Visual Basic
Public Sub Extend( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal TargetObj As Object _
) 
Parameters
x
Double that specifies the coordinates of the point at which the referenced element is to be extended.
y
Double that specifies the coordinates of the point at which the referenced element is to be extended.
TargetObj
The object to which the referenced element is to extend.
See Also

LineString2d Object  | LineString2d Members