Solid Edge Draft Type Library
Move Method
Specifies the x coordinate of the origin.
Specifies the y coordinate of the origin.
Specifies the x coordinate of the destination.
Specifies the y coordinate of the destination.
Description
Moves the referenced object.
Syntax
Visual Basic
Public Sub Move( _
   ByVal XFrom As Double, _
   ByVal YFrom As Double, _
   ByVal XTo As Double, _
   ByVal YTo As Double _
) 
Parameters
XFrom
Specifies the x coordinate of the origin.
YFrom
Specifies the y coordinate of the origin.
XTo
Specifies the x coordinate of the destination.
YTo
Specifies the y coordinate of the destination.
See Also

BlockOccurrence Object  | BlockOccurrence Members  | Solid Edge V19 - What's New