SetVariable Properties
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
The SetVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
| Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
| Function | Gets or sets the function (add, subtract, multiply, or divide) to use on the two values that determine the value to set on the Variable channel. | |
| Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
| NodeID | Gets the ID of this node. (Inherited from BaseNode.) | |
| NodePath | Gets the path to the node within the system definition file. (Inherited from BaseNode.) | |
| TypeGUID | Gets the GUID associated with the node. Attempts to set the GUID of a BaseNode will generate an exception. (Inherited from BaseNode.) | |
| Value1Channel | Gets the channel that determines the value of Value1 in the Function operation. | |
| Value1Constant | Gets the constant value of Value1 in the Function operation. | |
| Value1IsConstant | Gets whether the value of Value1 in the Function operation is specified by a constant or a channel. | |
| Value2Channel | Gets the channel that determines the value of Value2 in the Function operation. | |
| Value2Constant | Gets the constant value of Value2 in the Function operation. | |
| Value2IsConstant | Gets whether the value of Value2 in the Function operation is specified by a constant or a channel. | |
| Variable | Gets or sets the channel in the system whose value the Set Variable step sets. |