Main Content

slreportgen.report.ExecutionOrder.getClassFolder

Class: slreportgen.report.ExecutionOrder
Namespace: slreportgen.report

Get location of execution order reporter class definition file

Since R2020b

Syntax

path = slreportgen.report.ExecutionOrder.getClassFolder

Description

path = slreportgen.report.ExecutionOrder.getClassFolder returns the path of the folder that contains the slreportgen.report.ExecutionOrder class definition file.

Output Arguments

expand all

Class definition file location, returned as a character vector.

Attributes

Statictrue

To learn about attributes of methods, see Method Attributes.

Examples

expand all

Get the folder that contains the slreportgen.report.ExecutionOrder reporter class definition.

path = slreportgen.report.ExecutionOrder.getClassFolder();

Version History

Introduced in R2020b