API Help
Eplan.EplApi.DataModel Namespace / Project Class / Project Constructor

Project Constructor
Default constructor. Should never be used. Always throws NotImplementedException. It was designed only for COM compatibility.
Syntax
public Project()
Exceptions
ExceptionDescription
Always thrown.
Remarks
Use ProjectManager to create Project objects.
See Also