Eplan Platform API
Eplan.EplApi.Base Namespace / PathMap Class / SubstitutePath Method
Path to be analyzed

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

    Parameters

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