API Help
Eplan.EplApi.EServices Namespace / SubProjectsCollection Class
Members

SubProjectsCollection Class
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
[DefaultMember("Item")]
public class SubProjectsCollection 
Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Properties
 NameDescription
Public PropertyReturns number of sub projects.  
Public PropertyGets the element at the specified index.  
Public PropertyGets the project.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of SubProjectsCollection object.  
Public MethodCreates subproject, i.e. file it off from the project.  
Public MethodReturns an enumerator that can iterate through a collection.  
Public MethodReturns an enumerator that can iterate through a collection.  
Public MethodInserts filed-off subproject back into the project.  
Public MethodUpdates project from subproject.  
Top
See Also