Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Area Class / Create Method / Create(Project,Double,Double,List<Placement3D>) Method
Project to which this object will be assign. Can't be null.
Width of Area object.
Height of Area object.
List of 3d objects additionaly created while Area object had been created.

In This Topic
    Create(Project,Double,Double,List<Placement3D>) Method
    In This Topic
    Creates not placed Area object.
    Syntax

    Parameters

    Parameter NameDescription
    oProjectProject to which this object will be assign. Can't be null.
    xWidth of Area object.
    yHeight of Area object.
    listOfAdditionalObjectsList of 3d objects additionaly created while Area object had been created.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown when the Area cannot be created.
    See Also