Solid Edge Framework Type Library
SetSpacing Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
Specifies the new horizontal distance at which to repeat the linear element in the hatch pattern.
Description
Specifies a new horizontal distance at which a specified linear element used in a HatchPatternStyle object is repeated.
Syntax
Visual Basic
Public Sub SetSpacing( _
   ByVal nDisplayIndex As Long, _
   ByVal dSpacing As Double _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
dSpacing
Specifies the new horizontal distance at which to repeat the linear element in the hatch pattern.
See Also

HatchPatternStyle Object  | HatchPatternStyle Members

Send comments on this topic.