Solid Edge FrameworkSupport Type Library
RemoveSegmentedStyle Method
Specifies the index of the segmented style to be removed from the graphic object.
Description
Removes the segmented style at the specified index on the graphic.
Syntax
Visual Basic
Public Sub RemoveSegmentedStyle( _
   ByVal Index As Long _
) 
Parameters
Index
Specifies the index of the segmented style to be removed from the graphic object.
Remarks
Removing a segmented style does not remove the geometry. Instead, it removes the linear style applied to that section of the graphic object defined by the segment. If a segment is blank (for example, when the linear style is null), it reappears when the segment is removed.
See Also

ComplexString2d Object  | ComplexString2d Members

Send comments on this topic.