Simulink.io.FileType Class
Namespace: Simulink.io
Base class for file type readers for Simulink interfaces such as Signal Editor
Since R2020a
Description
Simulink.io.FileType
is the base class for
Simulink.io.FileType
objects. In your class definition file, you must
subclass your object from this base class. Simulink® requires direct inheritance from FileType
. Subclassing allows
you to use the implementation methods and service methods provided by this class to build your
object. Type this syntax as the first line of your class definition file to directly inherit
from the Simulink.io.FileType
base class, where ObjectName
is the name of your object:
classdef ObjectName < Simulink.io.FileType
The Simulink.io.FileType
class is a handle
class.
Class Attributes
Abstract | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Properties
Methods
Examples
Version History
Introduced in R2020a