ValueAtPointBase.SetFlags
Description:
Sets the flags associated to a given measurement.
Sets the flags associated to a given measurement.
Overloads (3):
public void SetFlags(
int flags,
int measurement
)
-
Int32flagsThe value of the flags to set. Flags values are defined in the enumerated class ValueAtPointFlags and are combined into the int value.
-
Int32measurementMeasurement for which to set flags.
-
The given value for measurement is negative.