Eplan Platform API
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.

In This Topic
    Create(Project,String) Method
    In This Topic
    Creates InstallationSpace object and sets a name.
    Syntax
    public void Create( 
       Project oProject,
       string strName
    )
    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