API Help
Eplan.EplApi.EServices Namespace / SubProjectsCollection Class / Store Method

In This Topic
    Store Method (SubProjectsCollection)
    In This Topic
    Inserts filed-off subproject back into the project.
    Syntax
    public void Store( 
       SubProject pSubProject
    )
    public:
    void Store( 
       SubProject^ pSubProject
    ) 

    Parameters

    pSubProject
    Exceptions
    ExceptionDescription
    Thrown if subproject is in incorrect state and import is not possible.
    Thrown when parameter is null.
    Remarks
    Subproject can be imported only if SubProject.IsStorePossible is true.
    See Also