public static MountingPanel Create( Project oProject, double dHeight, double dWidth, double dDepth, List<Placement3D> listOfAdditionalPlacements )
public: static MountingPanel^ Create( Project^ oProject, double dHeight, double dWidth, double dDepth, List<Placement3D^>^ listOfAdditionalPlacements )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project to which this object will be assign. Can't be null. |
| dHeight | |
| dWidth | Length of the MountingPanel. Must be grater then zero. |
| dDepth | |
| listOfAdditionalPlacements | additional created objects like holders and busbar objects |
Return Value
The created MountingPanel object system.