PIDToOtherPlacementTypes Method
In This Topic
Synchronization from PID data onto other representations. Corresponds to the Tools' -> 'Synchronization' -> 'PI diagram --> all representation types' ribbon item.
Syntax
public void PIDToOtherPlacementTypes(
Project
)
public:
void PIDToOtherPlacementTypes(
Project^
)
Parameters
- oProject
- Project that will be synchronized.
Exceptions
Exception | Description |
ArgumentNullException | Thrown if null was
passed as an
argument. |
ArgumentException | Thrown in case of
invalid arguments,
e.g. the project is
not valid. |
BaseException | The synchronization
finished with errors.
This exception is also thrown when the project
doesn't contain any functions to update from. |
See Also