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
Defines the dash and gap characteristics of a linear element.
Syntax
Visual Basic
Public Sub SetDashGap( _
   ByVal nCount As Long, _
   ByRef dDashGap() As Double, _
   ByVal fAutoPhase As Boolean _
) 
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.
fAutoPhase
See Also

LinearStyle Object  | LinearStyle Members

Send comments on this topic.