Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / PlaceHolder3D Class / CreateTransient Method
Eplan.EplApi.DataModel.Project the PlaceHolder will be assign to.

In This Topic
    CreateTransient Method (PlaceHolder3D)
    In This Topic
    Creates transient and not placed PlaceHolder3D object.
    Syntax
    public void CreateTransient( 
       Project oProject
    )
    public:
    void CreateTransient( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Eplan.EplApi.DataModel.Project the PlaceHolder will be assign to.
    Exceptions
    ExceptionDescription
    Thrown when the PlaceHolder cannot be created.
    Thrown when the PlaceHolder has already been created.
    Remarks
    After creation object is not stored in project database. It can be inserted into database after execution of Eplan.EplApi.DataModel.Placement.CopyTo.
    See Also