ValueAtPointBase.SetFlags(Int32, Int32)
Method
Description:
Sets the flags associated to a given measurement.
Sets the flags associated to a given measurement.
Parameters
Parameter | Type | Description |
---|---|---|
flags | Int32 | The value of the flags to set. Flags values are defined in the enumerated class ValueAtPointFlags and are combined into the int value. |
measurement | Int32 | Measurement for which to set flags. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given value for measurement is negative. |