Click or drag to resize

EISMetaDatapointCollection Class

Defines a collection of EISMetaDatapoint objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionEISMetaDatapoint
    RelaxIS_SDK.Common.FileFormatEISMetaDatapointCollection

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class EISMetaDatapointCollection : Collection<EISMetaDatapoint>, 
	IXmlSerializable

The EISMetaDatapointCollection type exposes the following members.

Constructors
 NameDescription
Public methodEISMetaDatapointCollectionInitializes a new instance of the EISMetaDatapointCollection class
Top
Methods
 NameDescription
Public methodAdd(Double, Double, Double) Add a new item to the list, constructed from the given raw values.
Public methodAdd(Double, Double, Double, Boolean) Add a new item to the list, constructed from the given raw values.
Public methodAddRange Add a list of items to the collection.
Public methodGetSchemaThis 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.
Public methodReadXmlGenerates an object from its XML representation.
Public methodWriteXmlConverts an object into its XML representation.
Top
See Also