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

Store Method (SubProjectsCollection)
Inserts filed-off subproject back into the project.
Syntax
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