Represents time-series data stored in ArchiveFile.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ArchiveDataPoint : IDataPoint, ISupportBinaryImage, IComparable
Public Class ArchiveDataPoint _ Implements IDataPoint, ISupportBinaryImage, IComparable
public ref class ArchiveDataPoint : IDataPoint, ISupportBinaryImage, IComparable
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
ArchiveDataPoint(Int32) |
Initializes a new instance of the ArchiveDataPoint class.
| |
ArchiveDataPoint(IDataPoint) |
Initializes a new instance of the ArchiveDataPoint class.
| |
ArchiveDataPoint(IMeasurement) |
Initializes a new instance of the ArchiveDataPoint class.
| |
ArchiveDataPoint(Int32, TimeTag, Single, Quality) |
Initializes a new instance of the ArchiveDataPoint class.
| |
ArchiveDataPoint(Int32, array<Byte>[]()[], Int32, Int32) |
Initializes a new instance of the ArchiveDataPoint class.
| |
BinaryImage |
Gets the binary representation of ArchiveDataPoint.
| |
BinaryLength |
Gets the length of the BinaryImage.
| |
ByteCount |
Specifies the number of bytes in the binary image of ArchiveDataPoint.
| |
CompareTo(Object) |
Compares the current ArchiveDataPoint object to obj.
| |
Equals(Object) |
Determines whether the current ArchiveDataPoint object is equal to obj.
(Overrides Object.Equals(Object).) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
Flags |
Gets or sets the 32-bit word used for storing data of ArchiveDataPoint.
| |
GetHashCode()()() |
Returns the hash code for the current ArchiveDataPoint object.
(Overrides Object.GetHashCode()()().) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HistorianID |
Gets or sets the historian identifier of ArchiveDataPoint.
| |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes ArchiveDataPoint from the specified binaryImage.
| |
IsEmpty |
Gets a boolean value that indicates whether ArchiveDataPoint contains any data.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
MillisecondMask | ||
Quality |
Gets or sets the Quality of ArchiveDataPoint.
| |
QualityMask | ||
Time |
Gets or sets the TimeTag of ArchiveDataPoint.
| |
ToString()()() |
Returns the text representation of ArchiveDataPoint object.
(Overrides Object.ToString()()().) | |
Value |
Gets or sets the floating-point value of ArchiveDataPoint.
|
Inheritance Hierarchy
Object | ||
ArchiveDataPoint | ||
StateRecordDataPoint | ||
PacketType101DataPoint |