Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSections Class
Members Example

ProjectSections Class
Class to manage project sections. Objects of this class are returned by a project's Project.Sections property.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.DataModel.ProjectSections

Syntax
public class ProjectSections 
Example
ProjectSections sections = _CurrentProject.Sections;
sections.State = ProjectSections.Enums.State.Enabled;
sections.ActiveScheme = "Trade_Fluid_power";
(...)
sections.ActiveScheme = "Trade_Electrical_engineering";
Public Properties
 NameDescription
Public PropertyGets/Sets active working section scheme for current user.  
Public PropertyGets all schemes for working sections.  
Public PropertyGets/Sets whether sections are active (i.e. visible) for the currently logged-in user  
Top
See Also