Eplan Platform API
Eplan.EplApi.Base Namespace / PathMap Class / ReSubstitutePath Method / ReSubstitutePath(String,String) Method
Indicates the name of the variable. The variable has to be passed without P8 variable pointing marks - $().
Path to be analyzed.

In This Topic
    ReSubstitutePath(String,String) Method
    In This Topic
    Substitute values with variable strVariableName. Returns the changed path.
    Syntax
    public static string ReSubstitutePath( 
       string strVariableName,
       string strPath
    )
    public:
    static String^ ReSubstitutePath( 
       String^ strVariableName,
       String^ strPath
    ) 

    Parameters

    strVariableName
    Indicates the name of the variable. The variable has to be passed without P8 variable pointing marks - $().
    strPath
    Path to be analyzed.
    Exceptions
    ExceptionDescription
    Method failed.
    See Also