VeriStand .NET API Reference

DAQWaveform.GetProperties Method

Returns a list of all properties specified by the DAQ plugin for the channel.

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 GetProperties ( _
	<OutAttribute> ByRef propertyNames As String(), _
	<OutAttribute> ByRef propertyTypes As ValueDataType() _
)
C#
public void GetProperties(
	out string[] propertyNames,
	out ValueDataType[] propertyTypes
)
Visual C++
public:
void GetProperties(
	[OutAttribute] array<String^>^% propertyNames, 
	[OutAttribute] array<ValueDataType>^% propertyTypes
)

Parameters

propertyNames
Type: System.String %
The names of the properties.
propertyTypes
Type: ValueDataType %
An enum defining the data type of the property.

See Also

Log in to get a better experience