RVTDocs.com

ValueAtPointBase.GetFlags

Method
Description:
Returns flags for the given measurement.
Syntax
public int GetFlags(
	int measurement
)
Parameters
Parameter Type Description
measurement Int32 Measurement number for which flags are returned.
Return Value
Type Description
Int32 Flags value for the measurement.
Exceptions
Exception Condition
ArgumentOutOfRangeException The given value for measurement is negative.