VeriStand .NET API Reference

DAQChannel.GetBooleanProperty Method

Gets the value of the Boolean property specified by propertyName.

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 GetBooleanProperty ( _
	propertyName As String, _
	<OutAttribute> ByRef value As Boolean _
)
C#
public void GetBooleanProperty(
	string propertyName,
	out bool value
)
Visual C++
public:
void GetBooleanProperty(
	String^ propertyName, 
	[OutAttribute] bool% value
)

Parameters

propertyName
Type: System.String
The name of the property.
value
Type: System.Boolean %
The value of the property.

Remarks

To find valid propertyName values, refer to the list of DAQ channel properties.

This method throws an exception if the propertyName does not exist in the plug-in XML file that defines the measurement type of the channel.

See Also

Log in to get a better experience