get_summary_section method

get_summary_section

Returns Summary Zoom Section element for the given section.

Returns

ISummaryZoomSection or None if collection does not contains element for the section.

def get_summary_section(self, section):
    ...
ParameterTypeDescription
sectionISectionSection to find ISection

Examples

The example demonstrates getting Summary Zoom Section element by index:

See Also