API Help
Eplan.EplApi.HEServices Namespace / Synchronize Class / PIDToOtherPlacementTypes Method
Project that will be synchronized.

PIDToOtherPlacementTypes Method
Synchronization from PID data onto other representations. Corresponds to the Utilities' -> 'Synchronization' -> 'PI diagram --> all representation types' main menu item.
Syntax
public void PIDToOtherPlacementTypes( 
   Project oProject
)

Parameters

oProject
Project that will be synchronized.
Exceptions
ExceptionDescription
Thrown if null was passed as an argument.
Thrown in case of invalid arguments, e.g. the project is not valid.
The synchronization finished with errors. This exception is also thrown when the project doesn't contain any functions to update from.
See Also