public static BusBarSystem Create( Project oProject, string strArticleNr, string strVariant, int numberOfHolder, double dLength, List<Placement3D> listOfAdditionalObjects )
public: static BusBarSystem^ Create( Project^ oProject, String^ strArticleNr, String^ strVariant, int numberOfHolder, double dLength, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project to which this object will be assign. Can't be null. |
| strArticleNr | Part number of article used to create this object. Can't be null or have zero length. |
| strVariant | Part variant of article. |
| numberOfHolder | number of holder. |
| dLength | length of busbar system. |
| listOfAdditionalObjects | additional created objects like holders and busbar objects. may be null |
Return Value
The Busbar system.