TDSpectral |
public class TDSpectralInterpretationClass : TDInterpretationClass
The TDSpectralInterpretationClass type exposes the following members.
| Name | Description | |
|---|---|---|
| TDSpectralInterpretationClass | Initializes a new instance of the TDSpectralInterpretationClass class. |
| Name | Description | |
|---|---|---|
| Caption |
Gets the caption of this data class.
(Inherited from TDataClass) | |
| ClassName |
Gets the class name associated with this data class.
(Inherited from TDataClass) | |
| ExcitationWaveLength | Gets the excitation wavelength read from the node, if present. | |
| ID |
Gets the identifier of this data class.
(Inherited from TDataClass) | |
| Node |
Gets the underlying node for this data class.
(Inherited from TDataClass) | |
| TData |
Gets the node named "TData" that contains the data values for this class.
(Inherited from TDataClass) | |
| UnitDescription |
Gets the textual description of the unit corresponding to UnitIndex.
(Inherited from TDInterpretationClass) | |
| UnitIndex |
Gets the index identifying the selected unit.
(Inherited from TDInterpretationClass) | |
| UnitShortCut |
Gets the short notation or shortcut for the unit corresponding to UnitIndex.
(Inherited from TDInterpretationClass) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUnit |
Returns the unit description and shortcut for the provided unitIndex.
Derived classes should override this to provide mapping between unit indices and their textual representations.
(Overrides TDInterpretationClassGetUnit(Int32)) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _tdInterpretation |
Backing node for the "TDInterpretation" child node of the data class.
(Inherited from TDInterpretationClass) | |
| _tdSpectralInterpretation | Backing node for the "TDSpectralInterpretation" child node. |