VeriStand .NET API Reference

DAQWaveform.SetDoubleProperty Method

Set value of a property of type double specified by propertyName. Throws exception if property of this type does not exist in the Plugin XML.

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 Sub SetDoubleProperty ( _
	propertyName As String, _
	value As Double _
)
C#
public void SetDoubleProperty(
	string propertyName,
	double value
)
Visual C++
public:
void SetDoubleProperty(
	String^ propertyName, 
	double value
)

Parameters

propertyName
Type: System.String
Name of Property
value
Type: System.Double
Value of property

See Also

Log in to get a better experience