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

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

    Parameters

    Parameter NameDescription
    oProjectProject 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