slreportgen.finder.EnumerationTypeResult Class
Namespace: slreportgen.finder
Superclasses: mlreportgen.finder.Result
Search results for enumeration types found within Simulink model or subsystem
Since R2023b
Description
An object of the slreportgen.finder.EnumerationTypeResult
class represents
a result of a search for enumeration types used by the specified Simulink® model or subsystem. You can append an EnumerationTypeResult
object directly to a report. Alternatively, you can use the getReporter
method to access the slreportgen.report.EnumerationType
reporter for the result and then customize the
reporter and append it to the report.
The slreportgen.finder.EnumerationTypeResult
class is a handle
class.
Creation
You do not create an slreportgen.finder.EnumerationTypeResult
object
explicitly. The slreportgen.finder.EnumerationTypeFinder
find
or next
methods create an
slreportgen.finder.EnumerationTypeResult
object for each enumeration type
that the methods find.
Properties
Methods
Examples
Version History
Introduced in R2023b