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

GeometryStyle2d Object  | GeometryStyle2d Members

Send comments on this topic.