Main Content

slreportgen.report.SystemHierarchy.getClassFolder

Class: slreportgen.report.SystemHierarchy
Namespace: slreportgen.report

Get location of system hierarchy reporter class definition file

Since R2019b

Syntax

path = slreportgen.report.SystemHierarchy.getClassFolder

Description

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

Output Arguments

expand all

Location of the slreportgen.report.SystemHierarchy class definition file, returned as a character vector.

Examples

expand all

Get the location of the folder that contains the system hierarchy reporter class definition.

path = slreportgen.report.SystemHierarchy.getClassFolder()

Version History

Introduced in R2019b