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

CreateTransient(Project) Method
Creates transient InstallationSpace object.
Syntax
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