Solid Edge Framework Type Library
GetDashGap Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
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
Returns the dash and gap characteristics of the referenced style object.
Syntax
Visual Basic
Public Sub GetDashGap( _
   ByVal nDisplayIndex As Long, _
   ByRef pnCount 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.
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

HatchPatternStyle Object  | HatchPatternStyle Members

Send comments on this topic.