Eplan Platform API
Eplan.EplApi.Base Namespace / PathMap Class / SubstitutePath Method / SubstitutePath(String,String) Method
Path to be analyzed
Complete ProjectPath to be analyzed

In This Topic
    SubstitutePath(String,String) Method
    In This Topic
    Substitutes variables with their values for a partuclar Project. Returns the changed path.
    Syntax
    public static string SubstitutePath( 
       string strPath,
       string strProjectPath
    )
    public:
    static String^ SubstitutePath( 
       String^ strPath,
       String^ strProjectPath
    ) 

    Parameters

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