API Help
Eplan.EplApi.HEServices Namespace / CableService Class / DeleteAutoCable Method / DeleteAutoCable(Project) Method
Project in which the cables will be removed.

In This Topic
    DeleteAutoCable(Project) Method
    In This Topic
    removes automatically created cables and connection definition points. Automatically set names also will be deleted.
    Syntax
    public void DeleteAutoCable( 
       Project oProject
    )
    public:
    void DeleteAutoCable( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Project in which the cables will be removed.
    Exceptions
    ExceptionDescription
    invalid parameter.
    \Internal interface necessary for deleted cables could not be created.
    An error occurred when deleting cables please read the exception message.
    See Also