Solid Edge Assembly Type Library
SetEndPoint Method
Specifies the coordinates of the end point.
Specifies the coordinates of the end point.
Specifies the coordinates of the end point.
Description
Sets the x and y values of the end point for the referenced object.
Syntax
Visual Basic
Public Sub SetEndPoint( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) 
Parameters
x
Specifies the coordinates of the end point.
y
Specifies the coordinates of the end point.
z
Specifies the coordinates of the end point.
See Also

ArcSegment Object  | ArcSegment Members

Send comments on this topic.