Solid Edge Assembly Type Library
RemovePathSegment Method
Specifies the LineSegment or ArcSegment object to remove.
Member of the CurveSegmentRemovalStatusConstants constant set that provides information about the validity of the new path resulting from the path segment removal.
Description
Removes a path segment.
Syntax
Visual Basic
Public Sub RemovePathSegment( _
   ByVal pPathSegment As Object, _
   ByRef RemovalStatus As CurveSegmentPathRemovalStatusConstants _
) 
Parameters
pPathSegment
Specifies the LineSegment or ArcSegment object to remove.
RemovalStatus
ValueDescription
seCurveSegmentPathRemovalStatusFailedBreak
seCurveSegmentPathRemovalStatusFailedEmpty
seCurveSegmentPathRemovalStatusFailedNotInPath
seCurveSegmentPathRemovalStatusFailedSingle
seCurveSegmentPathRemovalStatusFailedUnknownReason
seCurveSegmentPathRemovalStatusSucceeded
Member of the CurveSegmentRemovalStatusConstants constant set that provides information about the validity of the new path resulting from the path segment removal.
See Also

CurveSegment Object  | CurveSegment Members

Send comments on this topic.