Solid Edge Framework Type Library
GetDashGap Method
Returns the number of dashes and gaps in the dash definition.
Returns the length of the dashes and gaps, starting with the first dash, then the first gap, and so forth.
Description
This method returns the dash and gap characteristics of the referenced style object.
Syntax
Visual Basic
Public Sub GetDashGap( _
   ByRef pnCount As Long, _
   ByRef dDashGap() As Double _
) 
Parameters
pnCount
Returns the number of dashes and gaps in the dash definition.
dDashGap
Returns the length of the dashes and gaps, starting with the first dash, then the first gap, and so forth.
See Also

DashStyle Object  | DashStyle Members