Eplan Platform API
Eplan.EplApi.HEServices Namespace / Masterdata Class / ProjectEntries Property / ProjectEntries(Project) Property
Project.

In This Topic
    ProjectEntries(Project) Property
    In This Topic
    Returns the file names of all master data stored in the project.
    Syntax
    public StringCollection ProjectEntries( 
       Project oProject
    ) {get;}
    public:
    property StringCollection^ ProjectEntries {
       StringCollection^ get(Project^ oProject);
    }

    Parameters

    Parameter NameDescription
    oProjectProject.
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown if the project is invalid.
    Internal interface for master data could not be created.
    Project master data files could not be returned correctly.
    See Also