VeriStand .NET API Reference

Table of Contents

DAQSectionType.SetEnumProperty Method (String, Int32)

Set value of a property of type enum specified by propertyName. Enum is specified by integer value. Throws exception if property of this type does not exist in the Plugin XML, or if value is an invalid enumeration.

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 SetEnumProperty ( _
	propertyName As String, _
	value As Integer _
)
C#
public void SetEnumProperty(
	string propertyName,
	int value
)
Visual C++
public:
void SetEnumProperty(
	String^ propertyName, 
	int value
)

Parameters

propertyName
Type: System.String
Name of Property
value
Type: System.Int32
Integer value of enum

See Also

Log in to get a better experience