Main Content

slreportgen.report.Bus.getClassFolder

Class: slreportgen.report.Bus
Namespace: slreportgen.report

Get location of folder that contains the slreportgen.report.Bus class definition file

Since R2021a

Syntax

path = slreportgen.report.Bus.getClassFolder

Description

path = slreportgen.report.Bus.getClassFolder returns the path of the folder that contains the slreportgen.report.Bus 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 location of the folder that contains the bus reporter class definition file.

path = slreportgen.report.Bus.getClassFolder()

Version History

Introduced in R2021a