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

TextBox Object  | TextBox Members

Send comments on this topic.