EISMetaDatapointCollection Class |
Inheritance Hierarchy Namespace: RelaxIS_SDK.Common.FileFormatAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public class EISMetaDatapointCollection : Collection<EISMetaDatapoint>,
IXmlSerializable
Public Class EISMetaDatapointCollection
Inherits Collection(Of EISMetaDatapoint)
Implements IXmlSerializable
Dim instance As EISMetaDatapointCollection
The EISMetaDatapointCollection type exposes the following members.
Constructors Methods | Name | Description |
---|
| Add(Double, Double, Double) |
Add a new item to the list, constructed from the given raw values.
|
| Add(Double, Double, Double, Boolean) |
Add a new item to the list, constructed from the given raw values.
|
| AddRange |
Add a list of items to the collection.
|
| 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