Solid Edge Assembly Type Library
AddPathSegment Method
Specifies the LineSegment or ArcSegment object to be added.
Member of the CurveSegmentPathAdditionStatusConstants constant set that specifies the result of the operation.
Description
Adds a path segment.
Syntax
Visual Basic
Public Sub AddPathSegment( _
   ByVal pPathSegment As Object, _
   ByRef AdditionStatus As CurveSegmentPathAdditionStatusConstants _
) 
Parameters
pPathSegment
Specifies the LineSegment or ArcSegment object to be added.
AdditionStatus
ValueDescription
seCurveSegmentPathAdditionStatusFailedBreak
seCurveSegmentPathAdditionStatusFailedDuplicate
seCurveSegmentPathAdditionStatusFailedFork
seCurveSegmentPathAdditionStatusFailedIntersection
seCurveSegmentPathAdditionStatusFailedLength
seCurveSegmentPathAdditionStatusFailedLoop
seCurveSegmentPathAdditionStatusFailedUnknownReason
seCurveSegmentPathAdditionStatusFailedUnknownSegment
seCurveSegmentPathAdditionStatusSucceeded
Member of the CurveSegmentPathAdditionStatusConstants constant set that specifies the result of the operation.
Remarks
This method adds a LineSegment or ArcSegment object to the paths that define the referenced CurveSegment object.
See Also

CurveSegment Object  | CurveSegment Members

Send comments on this topic.