Defines an EIS datapoint, mainly defined by a frequency and an impedance value, that also contains metadata.
Inheritance Hierarchy Namespace: RelaxIS_SDK.Common.FileFormatAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public class EISMetaDatapoint : IXmlSerializable
Public Class EISMetaDatapoint
Implements IXmlSerializable
Dim instance As EISMetaDatapoint
The EISMetaDatapoint type exposes the following members.
Constructors | Name | Description |
---|
| EISMetaDatapoint | Obsolete.
Initializes a new instance of the EISMetaDatapoint class.
|
| EISMetaDatapoint(EISDatapoint, MetadataCollection) |
Initializes a new instance of the EISMetaDatapoint class.
|
| EISMetaDatapoint(Double, Double, Double) |
Initializes a new instance of the EISMetaDatapoint class.
|
| EISMetaDatapoint(EISDatapoint, MetadataCollection, IEnumerableDouble) |
Initializes a new instance of the EISMetaDatapoint class.
|
| EISMetaDatapoint(EISDatapoint, MetadataCollection, Double) |
Initializes a new instance of the EISMetaDatapoint class.
|
| EISMetaDatapoint(EISDatapoint, MetadataCollection, Double) |
Initializes a new instance of the EISMetaDatapoint class.
|
| EISMetaDatapoint(Double, Double, Double, Metadata) |
Initializes a new instance of the EISMetaDatapoint class.
|
| EISMetaDatapoint(Double, Double, Double, Boolean) |
Initializes a new instance of the EISMetaDatapoint class.
|
TopProperties Methods | Name | Description |
---|
| GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. |
| ReadXml | Generates an object from its XML representation. |
| WriteXml | Converts an object into its XML representation. |
TopSee Also