PanelLayout3DToAllConnectionTypes Method
In This Topic
Synchronization from 'panellayout 3D' connection data onto all other connection types (multi-line, cabling, single-line)
Syntax
public void PanelLayout3DToAllConnectionTypes(
Project
)
public:
void PanelLayout3DToAllConnectionTypes(
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. |
See Also