Eplan.EplApi.Starter Namespace
In This Topic
This namespace contains all the classes needed to start working with the offline Eplan application.
Classes
| Class | Description |
 | AssemblyResolver | The AssemblyResolver class does everything needed to resolve the EPLAN API DLLs. When a bin path is specified, all EPLAN API DLLs inside can be loaded. |
 | ComHelper | The class ComHelper initialize the DCOM security which needed to connect to license manager (ELM). This function should be called on the main |
 | EplanFinder | EplanFinder is a helper class to find the fitting installed EPLAN version |
 | EplanSignedAssemblyAttribute | EplanAssemblyAttribute is the attribute to identify an assembly used for eplan. This Attribute is required when an assembly uses an own licence. |
 | SelectEplanDialog | SelectEplanDialog is a dialog to select an eplan installation of your computer |
Structures
| Structure | Description |
 | EplanData | EplanData contains all information about an EPLAN installation |
See Also