Eplan Platform API
Eplan.EplApi.Base Namespace / PathMap Class / ReSubstitutePath Method / ReSubstitutePath(String,String) Method
Indicates the name of the variable. The variable has to be passed without P8 variable pointing marks - $().
Path to be analyzed.

ReSubstitutePath(String,String) Method
Substitute values with variable strVariableName. Returns the changed path.
Syntax
public static string ReSubstitutePath( 
   string strVariableName,
   string strPath
)

Parameters

strVariableName
Indicates the name of the variable. The variable has to be passed without P8 variable pointing marks - $().
strPath
Path to be analyzed.
Exceptions
ExceptionDescription
Method failed.
See Also