Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / MountingPanel Class / CreateTransient Method / CreateTransient(Project,Double,Double,Double,List<Placement3D>) Method
Project to which this object will be assign. Can't be null.
Length of the MountingPanel. Must be grater then zero.
list, that will be filled by additional created objects. may be null

In This Topic
    CreateTransient(Project,Double,Double,Double,List<Placement3D>) Method
    In This Topic
    Creates transient and not placed, article free MountingPanel object with given dimensions.
    Syntax

    Parameters

    oProject
    Project to which this object will be assign. Can't be null.
    dHeight
    dWidth
    Length of the MountingPanel. Must be grater then zero.
    dDepth
    listOfAdditionalObjects
    list, that will be filled by additional created objects. may be null

    Return Value

    The created MountingPanel object.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exceptions message for more info.
    Thrown when the MountingPanel cannot be created.
    See Also