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 particular Project. Returns the changed path.
    Syntax
    public static string SubstitutePath( 
       string strPath,
       string strProjectPath
    )
    public:
    static String^ SubstitutePath( 
       String^ strPath,
       String^ strProjectPath
    ) 

    Parameters

    Parameter NameDescription
    strPathPath to be analyzed
    strProjectPathComplete ProjectPath to be analyzed
    Exceptions
    ExceptionDescription
    Method failed.
    See Also