Modeller > Modeller Assembly Interfaces > IEmSections
Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmSections interface is used to work with express modeling method report sections.
IEmSections
Express modeling method calculation report sections data is returned by the IEmMethodSettings.Sections property.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of available report sections. |
![]() |
Id | The Id property returns report section identifier. |
![]() |
IsEnabled | The IsEnabled property returns whether report section can be displayed. |
![]() |
IsTurnedOn | The IsTurnedOn property returns whether section is displayed in the report. |
![]() |
Name | The Name property returns report section name. |
See also: