| Name | Description |
---|
| 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.) |