ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

CustomDeviceBase.SetI32ArrayProperty Method

Sets an array of 32-bit signed integers 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 SetI32ArrayProperty ( _
	name As String, _
	value As Integer() _
) As Boolean
C#
public bool SetI32ArrayProperty(
	string name,
	int[] value
)
Visual C++
public:
bool SetI32ArrayProperty(
	String^ name, 
	array<int>^ value
)

Parameters

name
Type: System.String
The name of the property. Property names are case-sensitive.
value
Type: System.Int32
The value of the property.

Return Value

true (True in Visual Basic) if the property name is found.

See Also