Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / MountingPanel Class / CreateTransient Method / CreateTransient(Project,Double,Double,Double) Method
Project to which this object will be assign. Can't be null.
Length of the MountingPanel. Must be grater then zero.

In This Topic
    CreateTransient(Project,Double,Double,Double) Method
    In This Topic
    Creates not placed, article free MountingPanel object with given dimensions.
    Syntax
    public void CreateTransient( 
       Project oProject,
       double dHeight,
       double dWidth,
       double dDepth
    )
    public:
    void CreateTransient( 
       Project^ oProject,
       double dHeight,
       double dWidth,
       double dDepth
    ) 

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