public static BusBarSystem CreateTransient( Project oProject, string strArticleNr, string strVariant, int numberOfHolder, double dLength, List<Placement3D> listOfAdditionalObjects )
public: static BusBarSystem^ CreateTransient( Project^ oProject, String^ strArticleNr, String^ strVariant, int numberOfHolder, double dLength, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
- 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.