Solid Edge Framework Type Library
SetDashType Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
Specifies the new line style name (continuous, dashgap style, and so forth).
Description
Specifies the new linear style to apply to a specified linear element used in a HatchPatternStyle object.
Syntax
Visual Basic
Public Sub SetDashType( _
   ByVal nDisplayIndex As Long, _
   ByVal DashTypeName As String _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
DashTypeName
Specifies the new line style name (continuous, dashgap style, and so forth).
See Also

HatchPatternStyle Object  | HatchPatternStyle Members