Solid Edge Framework Type Library
SetWidth Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
Specifies the hatch line width.
Description
Sets the width of the specified hatch line.
Syntax
Visual Basic
Public Sub SetWidth( _
   ByVal nDisplayIndex As Long, _
   ByVal dWidth As Double _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
dWidth
Specifies the hatch line width.
See Also

HatchPatternStyle Object  | HatchPatternStyle Members

Send comments on this topic.