Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / Move Method

In This Topic
Move Method (Placement3D)
In This Topic
Move this object.
Syntax
public void Move( 
   double x,
   double y,
   double z
)

Parameters

x
y
z
Remarks
Moves the object respect to absolute axis origin. The passed coordinates are of the movement vector.
See Also