Eplan Platform API
Eplan.EplApi.Base Namespace / PathMap Class / ReSubstitutePath Method / ReSubstitutePath(String) Method
Path to be analyzed.

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

    Parameters

    strPath
    Path to be analyzed.
    Exceptions
    ExceptionDescription
    Method failed.
    See Also