RVTDocs.com

ValueAtPointBase.ClearFlagsAt

Method
Description:
Sets flags for the given measurement to ValueAtPointFlags::None.
Syntax
public void ClearFlagsAt(
	int measurement
)
Parameters
Parameter Type Description
measurement Int32 Measurement for which to clear flags.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException The given value for measurement is negative.