API Help
Eplan.EplApi.DataModel.E3D Namespace / Area Class / CreateTransient Method / CreateTransient(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
    CreateTransient(Project,FunctionDefinition,PointD) Method
    In This Topic
    Creates transient and not placed Area object.
    Syntax

    Parameters

    oProject
    Project to which this object will be assign. Can't be null.
    oFunctionDefinition
    Eplan.EplApi.DataModel.FunctionDefinition which determins type of area. Can't be null.
    oSize
    Point 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