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

In This Topic
    ReSubstitutePathForDisplay Method
    In This Topic
    Substitute values with variables. Returns the changed path. Ignores all variables which are not visible in P8 Dialogs.
    Syntax
    public static string ReSubstitutePathForDisplay( 
       string strPath
    )
    public:
    static String^ ReSubstitutePathForDisplay( 
       String^ strPath
    ) 

    Parameters

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