public StringCollection ProjectEntries( Project oProject ) {get;}
public: property StringCollection^ ProjectEntries { StringCollection^ get(Project^ oProject); }
Parameters
- oProject
- Project.
public StringCollection ProjectEntries( Project oProject ) {get;}
public: property StringCollection^ ProjectEntries { StringCollection^ get(Project^ oProject); }
Exception | Description |
---|---|
ArgumentNullException | Thrown in case of missing arguments. |
ArgumentException | Thrown, if the project is invalid. |
ApplicationException | \Internal interface for master data could not be created. |
Eplan.EplApi.Base.BaseException | Project master data files could not be returned correctly. |