API Help
Eplan.EplApi.DataModel.E3D Namespace / InstallationSpace Class / Create Method / Create(Project,String) Method
Project to which this object will be assign. Can't be null.
Name which is set to InstallationSpace after creation. Can't be null or have zero length.

Create(Project,String) Method
Creates InstallationSpace object and sets a name.
Syntax
public void Create( 
   Project oProject,
   string strName
)

Parameters

oProject
Project to which this object will be assign. Can't be null.
strName
Name which is set to InstallationSpace after creation. Can't be null or have zero length.
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Thrown when the InstallationSpace cannot be created.
See Also