VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DAQPulseMeasurement.SetEnumProperty Method

Overload List

NameDescription
SetEnumProperty(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. (Inherited from DAQSectionType.)
SetEnumProperty(String, String) Set value of a property of type enum specified by propertyName. Enum is specified by a string. Throws exception if property of this type does not exist in the Plugin XML, or if enumString is an invalid enumeration. (Inherited from DAQSectionType.)

See Also

Was this information helpful?