Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpace Class / CreateTransient Method / CreateTransient(Project,String,List<Placement3D>) Method
Project to which this object will be assign. Can't be null.
Name which is set to InstallationSpace after creation. Can't be null or have zero length.
list, that will be filled by additional created objects. may be null

In This Topic
    CreateTransient(Project,String,List<Placement3D>) Method
    In This Topic
    Creates transient InstallationSpace object and sets a name.
    Syntax

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown when the InstallationSpace cannot be created.
    See Also