Gets or sets current sample index used to calculate row time stamp when source data is in the Phasor Data File Format (i.e., a DST file).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public uint SampleIndex { get; set; }
Public Property SampleIndex As UInteger Get Set
public: property unsigned int SampleIndex { unsigned int get (); void set (unsigned int value); }