Solid Edge Framework Type Library
SetOrigin Method
Specifies the display index (sequence number in which the linear element was created) for the linear element.
Specifies the x coordinate for the new origin point.
Specifies the y coordinate for the new origin point.
Description
Redefines the offset between the lower left corner of the window and the object's origin.
Syntax
Visual Basic
Public Sub SetOrigin( _
   ByVal nDisplayIndex As Long, _
   ByVal dX As Double, _
   ByVal dY As Double _
) 
Parameters
nDisplayIndex
Specifies the display index (sequence number in which the linear element was created) for the linear element.
dX
Specifies the x coordinate for the new origin point.
dY
Specifies the y coordinate for the new origin point.
See Also

HatchPatternStyle Object  | HatchPatternStyle Members