Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / Move Method
Coordinates of moving vector

In This Topic
    Move Method (Group)
    In This Topic
    Moves the group
    Syntax
    public void Move( 
       PointD pntMovement
    )
    public:
    void Move( 
       PointD pntMovement
    ) 

    Parameters

    pntMovement
    Coordinates of moving vector
    Remarks
    The method moves whole group. Positions of sub-Placements in relation to the group location is the same as before. This method doesn't make sense for class "SymbolVariant". It always throws ForbiddenOperationException for class "SymbolVariant".
    See Also