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

In This Topic
    Create(Project,Double,Double,Double) Method
    In This Topic
    Creates 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
    Height of the MountingPanel. Must be grater then zero.
    dWidth
    Length of the MountingPanel. Must be grater then zero.
    dDepth
    Depth of the MountingPanel. Must be grater then zero.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exceptions message for more info.
    Thrown when the MountingPanel cannot be created.
    See Also