Solid Edge Framework Type Library
SetDashGap Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
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 nDisplayIndex As Long, _
   ByVal nCount As Long, _
   ByRef dDashGap() As Double _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
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

HatchPatternStyle Object  | HatchPatternStyle Members

Send comments on this topic.