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

In This Topic
    Remove Method (Connection)
    In This Topic
    Removes the connection from the Project.
    Syntax
    public virtual void Remove()
    public:
    virtual void Remove(); 
    Exceptions
    ExceptionDescription
    Thrown when it is impossible to remove the connection, i.e. IsRemovable return false.
    See Also