API Help
Eplan.EplApi.HEServices Namespace / Masterdata Class / ProjectEntries Property / ProjectEntries(String) Property
Full link file name of the project, of which the information will be read.

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

    Parameters

    strFullLinkFileName
    Full link file name of the project, of which the information will be read.
    Exceptions
    ExceptionDescription
    A parameter was set to a null reference.
    \Parameters are invalid, e.g. the project does not exist.
    \Internal interface for master data could not be created.
    Project master data could not be correctly determined..
    Remarks

    The project "strFullLinkFileName" may be open in EPLAN or not. If the project was not already open, it will be opened and after the export it will be closed again.

    See Also