Eplan Platform API
Eplan.EplApi.HEServices Namespace / CableService Class / DeleteAutoCable Method / DeleteAutoCable(String) Method
Full link file name of the project in which the cables will be removed.

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

    Parameters

    Parameter NameDescription
    strFullLinkFileNameFull link file name of the project in which the cables will be removed.
    Exceptions
    ExceptionDescription
    If a parameter is invalid.
    The internal interface necessary for deleting cables could not be created.
    An error occurred while deleting cables. Please read the exception message.
    See Also