The RealTimeSequence type exposes the following members.
| Name | Description |
|---|
 | Code |
Gets or sets the Code section of a sequence, which is the top-level container for all sequence code and contains the Setup, Main, and CleanUp sections.
|
 | Description |
Gets or sets the description of the node that appears in the Property Browser when you select the node in the Stimulus Profile Editor.
(Inherited from BaseNode.) |
 | FileFormatVersion |
Gets or sets the file format version of the real-time sequence definition file.
(Inherited from RootNode.) |
 | FileName |
Gets the name of the real-time sequence definition file on disk.
(Inherited from RootNode.) |
 | FilePath |
Gets the full path on disk to the real-time system definition file. Setting this property updates the value of FileName. (Inherited from RootNode.) |
 | References |
Gets or sets the References section of the real-time sequence, which is represented by the References pane in the Stimulus Profile Editor. You can use this section to add references to other real-time sequences, which allows you to call those sequences from expressions within the current sequence.
|
 | ResXKey |
Gets or sets the ResX key for the node, which is a pointer to a .resx file that contains a context help description for the node.
(Inherited from BaseNode.) |
 | SequenceName |
Gets the name of the real-time sequence. This name is derived from the name of the saved sequence file, and is the file name without the file extension.
|
 | Variables |
Gets or sets the Variables section of the real-time sequence, which is represented by the Variables pane in the Stimulus Profile Editor.
This section contains all the variables the sequence has access to at run time and can us in expressions. It includes Parameters, LocalVariables, and the ReturnDeclaration, or output value, of the sequence.
|
 | Version |
Gets or sets the version of the real-time sequence definition file.
(Inherited from RootNode.) |