Sets an array of double-precision floating point numbers as the value of the custom device item property specified by name.
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 Function SetDoubleArrayProperty ( _
name As String, _
value As Double() _
) As Boolean |
| Visual C++ |
|---|
public:
bool SetDoubleArrayProperty(
String^ name,
array<double>^ value
) |
Parameters
- name
- Type: System.String
The name of the property. Property names are case-sensitive.
- value
- Type:
System.Double
The value of the property.
Return Value
true (True in Visual Basic) if the property
name is found.