Solid Edge FrameworkSupport Type Library
AddSegmentedStyle Method
Double that specify the coordinates for the start of the segment.
Double that specify the coordinates for the start of the segment.
Double that specify the coordinates for the end of the segment.
Double that specify the coordinates for the end of the segment.
Specifies the LinearStyle2d object to assign to the segment.
Description
Defines a segment on a graphic object and assigns a linear style to that segment.
Syntax
Visual Basic
Public Sub AddSegmentedStyle( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal Style As Object _
) 
Parameters
x1
Double that specify the coordinates for the start of the segment.
y1
Double that specify the coordinates for the start of the segment.
x2
Double that specify the coordinates for the end of the segment.
y2
Double that specify the coordinates for the end of the segment.
Style
Specifies the LinearStyle2d object to assign to the segment.
Remarks
To define the segment, this method accepts two points that specify the start and end of the segment. If a linear style does not exist for the formatting required for the segment, create the linear style through the LinearStyles collection object.
See Also

ComplexString2d Object  | ComplexString2d Members

Send comments on this topic.