API Help
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's project. These names may be used as values of strConfigurationProject parameter of the ExportData method.
    Syntax
    public string[] GetPLCConfigurationProjects( 
       Project oProject
    )
    public:
    array<String^>^ GetPLCConfigurationProjects( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Project to get the list of PLC config. projects from.
    See Also