Solid Edge Assembly Type Library
GetEndPoint Method
The coordinates of the endpoint for the referenced object.
The coordinates of the endpoint for the referenced object.
The coordinates of the endpoint for the referenced object.
Description
Returns the coordinates of the end point of the referenced object.
Syntax
Visual Basic
Public Sub GetEndPoint( _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double _
) 
Parameters
x
The coordinates of the endpoint for the referenced object.
y
The coordinates of the endpoint for the referenced object.
z
The coordinates of the endpoint for the referenced object.
See Also

LineSegment Object  | LineSegment Members

Send comments on this topic.