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

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