System.Object
   Eplan.EplApi.Base.PathMap
System.Object
   Eplan.EplApi.Base.PathMap
| Path variable | Meaning | 
|---|---|
| $(BIN) | A program directory generated on installation contains the program libraries (*.dll) of the individual modules. | 
| $(CFG) | A configuration directory generated on installation containing the xml files of the individual modules. | 
| $(CFG_COMPANY) | Configuration directory generated on installation, contains the company settings. | 
| $(CFG_STATION) | Configuration directory generated on installation, contains the station settings. | 
| $(CFG_USER) | Configuration directory generated on installation, contains the user settings. | 
| $(DOC) | Project-specific directory for documents. | 
| $(EPLAN) | An upper-level main directory generated on installation. | 
| $(EPLAN_DATA) | A superior directory for master data, generated on installation. | 
| $(EPLAN_EXECUTABLE) | The directory to Eplan.exe. | 
| $(ENVVAR_<Variable_Name>) | OS environment variable. | 
| $(EPLAN_VARIANT) | Name of the started product variant. | 
| $(EPLAN_VERSION) | Version number of the used Eplan. | 
| $(EPLAN_VERSION_SHORT) | Main version number of the used Eplan. | 
| $(IMG) | Project-specific directory for images. | 
| $(LOCALDATE) | Current local date. | 
| $(LOCALTIME) | Current local time. | 
| $(MD_DOCUMENTS) | The directory for documents defined under Options > Settings > User > Management > Directories. | 
| $(MD_DXFDWG) | The directory for DXF / DWG files defined under Options > Settings > User >Management > Directories. | 
| $(MD_FCTDEFS) | The directory for function definitions available under Options > Settings >User > Management > Directories. | 
| $(MD_FORMS) | The directory for forms defined under Options > Settings > User > Management > Directories. | 
| $(MD_FRAMES) | The directory for plot frames defined under Options > Settings > User >Management > Directories. | 
| $(MD_IMG) | The directory for images defined under Options > Settings > User > Management > Directories. | 
| $(MD_JOBFILESERVER) | Directory for the Batch Server files. | 
| $(MD_MACROS) | The directory for macros and outlines defined under Options > Settings >User > Management > Directories. | 
| $(MD_MECHANICALMODELS) | The directory for mechanical models defined under Options > Settings >User > Management > Directories. | 
| $(MD_PARTS) | The directory for parts defined under Options > Settings > User >Management > Directories. | 
| $(MD_PROJECTS) | The directory for projects defined under Options > Settings > User >Management > Directories. | 
| $(MD_SCHEME) | The directory for schemes defined under Options > Settings > User >Management > Directories. | 
| $(MD_SCRIPTS) | The directory for scripts defined under Options > Settings > User >Management > Directories. | 
| $(MD_SYMBOLS) | The directory for symbols defined under Options > Settings > User >Management > Directories. | 
| $(MD_TEMPLATES) | The directory for templates defined under Options > Settings > User >Management > Directories. | 
| $(MD_TRANSLATE) | The directory for translation files defined under Options > Settings >User > Management > Directories. | 
| $(MD_XML) | The directory for XML files defined under Options > Settings > User > Management > Directories. | 
| $(P) | Full project directory of the currently selected project. | 
| $(PROJECTNAME) | Project name of the currently selected project, without directory path and file extension. | 
| $(PROJECTPATH) | Full project directory of the currently selected project. | 
| $(RIGHTS_DB_PATH) | Directory of the user rights database. | 
| $(TMP) | The directory used by the operating system for temporary files. | 
| Name | Description | |
|---|---|---|
|  | PathMap Constructor | Default constructor | 
| Name | Description | |
|---|---|---|
|  | Dispose | Destructor for deterministic finalization of PathMap object. | 
|   | ReSubstitutePath | Overloaded. Substitute values with variable strVariableName. Returns the changed path. | 
|   | ReSubstitutePathForDisplay | Substitute values with variables. Returns the changed path. Ignores all variables which are not visible in P8 Dialogs. | 
|   | SubstitutePath | Substitutes variables with their values. Returns the changed path. |