Solid Edge Assembly Type Library
Add Method
Specifies the coordinates of the starting point of the line segment.
Specifies the coordinates of the ending point of the line segment.
Description
Adds an occurrence of the referenced object.
Syntax
Visual Basic
Public Function Add( _
   ByRef StartPoint() As Double, _
   ByRef EndPoint() As Double _
) As LineSegment
Parameters
StartPoint
Specifies the coordinates of the starting point of the line segment.
EndPoint
Specifies the coordinates of the ending point of the line segment.
See Also

LineSegments Collection  | LineSegments Members

Send comments on this topic.