Main Content

slreportgen.report.ModelVariable.getClassFolder

Class: slreportgen.report.ModelVariable
Namespace: slreportgen.report

Get location of model variable reporter class definition file

Syntax

path = slreportgen.report.ModelVariable.getClassFolder

Description

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

path = slreportgen.report.ModelVariable.getClassFolder()

Version History

Introduced in R2019b