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's project.
Syntax
public string[] GetPLCConfigurationProjects( 
   Project oProject
)

Parameters

oProject
Project 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