Solid Edge Assembly Type Library
RemoveSegment Method
Specifies the Segment object to be deleted from the wire path.
Specifies the status of the wire path after the segment deletion. Valid values are members of the TubeSegmentRemovalStatusConstants constant set.
Description
Removes a segment.
Syntax
Visual Basic
Public Sub RemoveSegment( _
   ByVal Segment As Object, _
   ByRef Status As TubeSegmentRemovalStatusConstants _
) 
Parameters
Segment
Specifies the Segment object to be deleted from the wire path.
Status
ValueDescription
seTubeSegmentRemovalStatusFailedDueToDisjoint
seTubeSegmentRemovalStatusFailedNotPartOfTube
seTubeSegmentRemovalStatusFailedUnknownReason
seTubeSegmentRemovalStatusSucceeded
Specifies the status of the wire path after the segment deletion. Valid values are members of the TubeSegmentRemovalStatusConstants constant set.
See Also

WirePath Object  | WirePath Members