Solid Edge Draft Type Library
SetOrigin Method
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 x As Double, _
   ByVal y As Double _
) 
Parameters
x
Specifies the x coordinate for the new origin point.
y
Specifies the y coordinate for the new origin point.
See Also

DrawingView Object  | DrawingView Members