API Help
Eplan.EplApi.DataModel.E3D Namespace / Area Class / CreateTransient Method / CreateTransient(Project,Double,Double) Method
Project to which this object will be assign. Can't be null.
Width of Area object.
Height of Area object.

In This Topic
    CreateTransient(Project,Double,Double) Method
    In This Topic
    Creates transient not placed Area object.
    Syntax
    public void CreateTransient( 
       Project oProject,
       double x,
       double y
    )
    public:
    void CreateTransient( 
       Project^ oProject,
       double x,
       double y
    ) 

    Parameters

    oProject
    Project to which this object will be assign. Can't be null.
    x
    Width of Area object.
    y
    Height of Area object.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown when the Area cannot be created.
    See Also