IEmSections

Assembly: Modeller;

Namespace: Prognoz.Platform.Interop.Modeller;

Description

The IEmSections interface is used to work with express modeling method report sections.

Inheritance hierarchy

          IEmSections

Comments

Express modeling method calculation report sections data is returned by the IEmMethodSettings.Sections property.

Properties

  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:

Modeller Assembly Interfaces