SubProjectsCollection Class
In This Topic
Represents collection of subprojects specified by the defined working sections that are possible for given project.
Inheritance Hierarchy
System.Object
Eplan.EplApi.EServices.SubProjectsCollection
Syntax
Public Constructors
Public Properties
| Name | Description |
| Count | Returns number of sub projects. |
| Item | Gets the element at the specified index. |
| Project | Gets the project. |
Top
Public Methods
| Name | Description |
| Dispose | Destructor for deterministic finalization of SubProjectsCollection object. |
| FileOff | Creates subproject, i.e. file it off from the project. |
| GetEnumerator | Returns an enumerator that can iterate through a collection. |
| GetEnumerator2 | Returns an enumerator that can iterate through a collection. |
| Store | Inserts filed-off subproject back into the project. |
| Update | Updates project from subproject. |
Top
See Also