public static InstallationSpace CreateTransient( Project oProject, string strName, List<Placement3D> listOfAdditionalObjects )
public: static InstallationSpace^ CreateTransient( Project^ oProject, String^ strName, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project to which this object will be assign. Can't be null. |
| strName | Name which is set to InstallationSpace after creation. Can't be null or have zero length. |
| listOfAdditionalObjects | list, that will be filled by additional created objects. may be null |
Return Value
The created Installation space.