RVTDocs.com

ValueAtPointBase.SetFlags(Int32)

Method
Description:
Sets the flags associated to all measurements to the same value.
Syntax
public void SetFlags(
	int flags
)
Parameters
Parameter Type Description
flags Int32 Value of flags, uniform for all measurements. Flags values are defined in the enumerated class ValueAtPointFlags and are combined into the int value.
Return Value