<Code Lib>
2025 Method
Changes 0
M

ValueAtPointBase.SetFlags(Int32)

Description:
Sets the flags associated to all measurements to the same value.
Overloads (3):
SetFlags(Int32)

public void SetFlags(
	int flags
)

  • flags
    Value of flags, uniform for all measurements. Flags values are defined in the enumerated class ValueAtPointFlags and are combined into the int value.

Loading…