Solid Edge Geometry Type Library
GetEndPoints Method
Returns the start point of the referenced object.
Returns the end point of the referenced object.
Description
Returns the start and end points of the referenced object.
Syntax
Visual Basic
Public Sub GetEndPoints( _
   ByRef StartPoint() As Double, _
   ByRef EndPoint() As Double _
) 
Parameters
StartPoint
Returns the start point of the referenced object.
EndPoint
Returns the end point of the referenced object.
See Also

Curve Object  | Curve Members