Share

ValueAtPointBase.SetFlags(Int32, Int32) Method

Sets the flags associated to a given measurement.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public void SetFlags(
	int flags,
	int measurement
)

Parameters

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

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The given value for measurement is negative.

See Also

Reference

Was this information helpful?