Solid Edge Framework Type Library
SetRotation Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
Specifies the new angle of rotation for the linear element. The angle is measured counterclockwise from the horizontal for positive angles. The angular units are the active angular readout unit.
Description
Specifies a new angle of rotation for a specified linear element used in a HatchPatternStyle object.
Syntax
Visual Basic
Public Sub SetRotation( _
   ByVal nDisplayIndex As Long, _
   ByVal dRotation As Double _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
dRotation
Specifies the new angle of rotation for the linear element. The angle is measured counterclockwise from the horizontal for positive angles. The angular units are the active angular readout unit.
See Also

HatchPatternStyle Object  | HatchPatternStyle Members