API Help
Eplan.EplApi.DataModel.E3D Namespace / PlacementArea Class / MoveRelative Method
The distance the object is moved. If negative the shift will be done in opposite direction.

In This Topic
    MoveRelative Method (PlacementArea)
    In This Topic
    Moves placement area toward the axis of the normal vector of placement area.
    Syntax
    public bool MoveRelative( 
       double dOffset
    )
    public:
    bool MoveRelative( 
       double dOffset
    ) 

    Parameters

    dOffset
    The distance the object is moved. If negative the shift will be done in opposite direction.

    Return Value

    Returns true if operation was successful.
    See Also