Solid Edge Draft Type Library
GetSegmentedStyle Method
Specifies the index of the segmented style to return.
Coordinates for the start of the segment.
Coordinates for the start of the segment.
Coordinates for the end of the segment.
Coordinates for the end of the segment.
LinearStyle object applied to the segment.
Description
Returns the start point, end point, and linear style applied to a specified segment of a 2-D geometry object.
Syntax
Visual Basic
Public Sub GetSegmentedStyle( _
   ByVal Index As Long, _
   ByRef x1 As Double, _
   ByRef y1 As Double, _
   ByRef x2 As Double, _
   ByRef y2 As Double, _
   ByRef style As Object _
) 
Parameters
Index
Specifies the index of the segmented style to return.
x1
Coordinates for the start of the segment.
y1
Coordinates for the start of the segment.
x2
Coordinates for the end of the segment.
y2
Coordinates for the end of the segment.
style
LinearStyle object applied to the segment.
Remarks
The segment is specified by its index value.
See Also

DVPoint2d Object  | DVPoint2d Members

Send comments on this topic.