Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpace Class / CreateTransient Method / CreateTransient(Project) Method
Project to which this object will be assign. Can't be null.

In This Topic
    CreateTransient(Project) Method
    In This Topic
    Creates transient InstallationSpace object.
    Syntax
    public void CreateTransient( 
       Project oProject
    )
    public:
    void CreateTransient( 
       Project^ oProject
    ) 

    Parameters

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