Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Area Class / Create Method / Create(Project,FunctionDefinition,PointD) Method
Project to which this object will be assign. Can't be null.
Eplan.EplApi.DataModel.FunctionDefinition which determins type of area. Can't be null.
Point object which represents height and width of Area object.

In This Topic
    Create(Project,FunctionDefinition,PointD) 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.
    oFunctionDefinitionEplan.EplApi.DataModel.FunctionDefinition which determins type of area. Can't be null.
    oSizePoint object which represents height and width of Area object.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown when function definitions category is incorrect.
    Thrown when the Area cannot be created.
    Remarks
    List of possible function definitions that can be created as Area object is restricted into this:
    • Area definition
    • Wiring cut-out
    • Routing range
    See Also