Main Content

slreportgen.report.EnumerationType.getClassFolder

Class: slreportgen.report.EnumerationType
Namespace: slreportgen.report

Get location of folder containing slreportgen.report.EnumerationType class definition file

Since R2023b

Syntax

path = slreportgen.report.EnumerationType.getClassFolder

Description

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

Output Arguments

expand all

slreportgen.report.EnumerationType class definition file location, returned as a character vector.

Data Types: char

Attributes

Statictrue

To learn about attributes of methods, see Method Attributes.

Examples

expand all

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

path = slreportgen.report.EnumerationType.getClassFolder()

Version History

Introduced in R2023b