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
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, _
   ByRef pfAutoPhase As Boolean _
) 
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.
pfAutoPhase
See Also

LinearStyle Object  | LinearStyle Members

Send comments on this topic.