VeriStand .NET API Reference

ImportedDoubleValueArray.FilePath Property

Gets or sets the path of the file from which to import values.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property FilePath As String
C#
public string FilePath { get; set; }
Visual C++
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}

Property Value

The path of the file from which to import values.

See Also

Log in to get a better experience