Eplan Platform API
Eplan.EplApi.HEServices Namespace / PlcService Class / GetPLCConfigurationProjects Method
Project to get the list of PLC config. projects from.

In This Topic
    GetPLCConfigurationProjects Method
    In This Topic
    Returns a list of PLC config. Projects included in the Eplan P8 project.
    Syntax
    public string[] GetPLCConfigurationProjects( 
       Project oProject
    )
    public:
    array<String^>^ GetPLCConfigurationProjects( 
       Project^ oProject
    ) 

    Parameters

    Parameter NameDescription
    oProjectProject to get the list of PLC config. projects from.
    Remarks
    These names may be used as values of strConfigurationProject parameter of the ExportData method.
    See Also