Click or drag to resize

ImpedanceSpectrumCollection Class

Defines a collection of ImpedanceSpectrum objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionImpedanceSpectrum
    RelaxIS_SDK.CommonImpedanceSpectrumCollection

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

The ImpedanceSpectrumCollection type exposes the following members.

Constructors
 NameDescription
Public methodImpedanceSpectrumCollection Initializes a new instance of the ImpedanceSpectrumCollection class.
Top
Methods
 NameDescription
Public methodAddRange Add a range 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