System.Object
Eplan.EplApi.DataModel.ProjectSections
System.Object
Eplan.EplApi.DataModel.ProjectSections
ProjectSections sections = _CurrentProject.Sections; sections.State = ProjectSections.Enums.State.Enabled; sections.ActiveScheme = "Trade_Fluid_power"; (...) sections.ActiveScheme = "Trade_Electrical_engineering";
Name | Description | |
---|---|---|
ActiveScheme | Gets/Sets active working section scheme for current user. | |
AvailableSchemes | Gets all schemes for working sections. | |
State | Gets/Sets whether sections are active (i.e. visible) for the currently logged-in user |