NodeInfo Members
- Updated2023-02-21
- 4 minute(s) read
The NodeInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| ChannelColumnDimension | The number of columns in a channel node value. | |
| ChannelRowDimension | The number of rows in a channel node value. | |
| ChannelUnit | The unit associated with a channel node value. | |
| FullPath | The full path to a node, as specified in the system definition file. The path matches the node hierarchy that appears in the System Explorer window configuration tree. | |
| IsChannel | TRUE if a node is a channel. | |
| IsFaultable | TRUE if a node can be faulted. | |
| IsReadable | TRUE if you can read from a node. | |
| IsScalable | TRUE if you can scale a node. | |
| IsWaveform | TRUE if a node is a waveform. | |
| IsWritable | TRUE if you can write to a node. | |
| Name | The name of a node in the system definition file. | |
| Type | The GUID of a node in the system definition file. | |
| WaveformDataType | The data type of a waveform node. |