<Code Lib>
2027 Method
Changes 0
M

ValueAtPointBase.SetFlags(Int32, Int32)

Description:
Sets the flags associated to a given measurement.
Overloads (3):
SetFlags(Int32,Int32)

public void SetFlags(
	int flags,
	int measurement
)

  • Int32
    flags
    The value of the flags to set. Flags values are defined in the enumerated class ValueAtPointFlags and are combined into the int value.
  • Int32
    measurement
    Measurement for which to set flags.

Loading…