VeriStand .NET API Reference

DataFileReplay.Path Property

Gets or sets the path to the replay file on disk.

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 Path As DependentFile
C#
public virtual DependentFile Path { get; set; }
Visual C++
public:
virtual property DependentFile^ Path {
	DependentFile^ get ();
	void set (DependentFile^ value);
}

Property Value

A DependentFile reference to the replay file.

See Also

Log in to get a better experience