Eplan Platform API
Eplan.EplApi.HEServices Namespace / CableService Class / AutoCableSelection Method / AutoCableSelection(String,String,Boolean) Method
Full link file name of the project for which the cable selection is done.
scheme name for the automatic cable selection.
If set to true, the selection is only done for automatically generated cables.

In This Topic
    AutoCableSelection(String,String,Boolean) Method
    In This Topic
    Commits an automatic cable selection in the project.
    Syntax

    Parameters

    Parameter NameDescription
    strFullLinkFileNameFull link file name of the project for which the cable selection is done.
    strAutoSelSchemeNamescheme name for the automatic cable selection.
    bOnlyAutomaticCablesIf set to true, the selection is only done for automatically generated cables.
    Exceptions
    ExceptionDescription
    If a parameter is invalid, e.g. the scheme is not invalid.
    The internal interface necessary for generating cables could not be created.
    An error occurred during cable selection.
    An error occurred: Used scheme name doesn't exist.
    Remarks
    If the given user scheme (strAutoSelSchemeName) does not exist, an ArgumentException is thrown. If the parameter strAutoSelSchemeName is set to an empty string, the last-used scheme will be used which is currently set in GUI.
    See Also