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

In This Topic
    Remove Method (Project)
    In This Topic
    Removes the project. Must not be called after Close()
    Syntax
    public void Remove()
    public:
    void Remove(); 
    Exceptions
    ExceptionDescription
    Thrown when the project was already removed.
    See Also