Main Content

slreportgen.report.Notes.getClassFolder

Class: slreportgen.report.Notes
Namespace: slreportgen.report

Get location of folder that contains slreportgen.report.Notes reporter class definition file

Since R2020a

Syntax

path = slreportgen.report.Notes.getClassFolder

Description

path = slreportgen.report.Notes.getClassFolder returns the path of the folder that contains the slreportgen.report.Notes 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 notes reporter class definition.

path = slreportgen.report.Notes.getClassFolder()

Version History

Introduced in R2020a