public static Component CreateTransient( Project oProject, string strArticleNr, string strVariant, BusBarSystem __unnamed003, List<Placement3D> listOfAdditionalObjects )
public: static Component^ CreateTransient( Project^ oProject, String^ strArticleNr, String^ strVariant, BusBarSystem^ __unnamed003, 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. |
| __unnamed003 | |
| listOfAdditionalObjects | list, that will be filled by additional created objects. may be null |
Return Value
The created Component.