Solid Edge FrameworkSupport Type Library
GetSegmentedStyle Method
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
x1
y1
x2
y2
Style
See Also

Curve2d Object  | Curve2d Members

Send comments on this topic.