Solid Edge Assembly Type Library
GetPathSegment Method
Specifies the integer index within the list of input path segments.
Description
Returns the input object specified by the index.
Syntax
Visual Basic
Public Function GetPathSegment( _
   ByVal Index As Variant _
) As Object
Parameters
Index
Specifies the integer index within the list of input path segments.
Remarks
This method returns the LineSegment or ArcSegment input path object specified by the index.
See Also

CurveSegment Object  | CurveSegment Members

Send comments on this topic.