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

Create(Project) Method
Creates InstallationSpace object.
Syntax
public void Create( 
   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