Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / Remove Method

In This Topic
    Remove Method (Page)
    In This Topic
    Removes placement.
    Syntax
    public override void Remove()
    public:
    void Remove(); override 
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to remove the group. Thrown by internal method.
    Thrown when it is impossible to remove the group. Thrown by API DataModel.
    Remarks
    This method enables the user to delete objects which sometimes cannot be removed from a project. For example, selecting some device from a list view in GUI and deleting it will not be possible. However, the same object can be deleted by calling the above method.
    See Also