Solid Edge FrameworkSupport 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 DashCount As Long, _
   ByRef Dashes() As Double _
) 
Parameters
DashCount
Specifies the number of dashes and gaps in the dash definition.
Dashes
Specifies the length of the gap, then the dash, then the gap, and so forth.
See Also

GeometryStyle2d Object  | GeometryStyle2d Members

Send comments on this topic.