VeriStand .NET API Reference

DataFileReplay.FrameIDs Property

Gets or sets the IDs of the frames in the log file that are included or excluded from the file replay when Behavior is ExcludeFrameIDs or IncludeFrameIDs.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property FrameIDs As String()
C#
public virtual string[] FrameIDs { get; set; }
Visual C++
public:
virtual property array<String^>^ FrameIDs {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Property Value

The frame IDs, as an array of strings.

See Also

Log in to get a better experience