Solid Edge Framework Type Library
SetDashGap Method
Specifies the number of dashes and gaps in the dash definition.
Specifies the length of the gap, then the dash, then the gap, and so forth.
Description
This method defines the dash and gap characteristics of a linear element.
Syntax
Visual Basic
Public Sub SetDashGap( _
   ByVal nCount As Long, _
   ByRef dDashGap() As Double _
) 
Parameters
nCount
Specifies the number of dashes and gaps in the dash definition.
dDashGap
Specifies the length of the gap, then the dash, then the gap, and so forth.
See Also

DashStyle Object  | DashStyle Members