Revit 2025.3 API
Value |
Sets flags for the given measurement to ValueAtPointFlags::None.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void ClearFlagsAt( int measurement )
Public Sub ClearFlagsAt ( measurement As Integer )
public: void ClearFlagsAt( int measurement )
member ClearFlagsAt : measurement : int -> unit
Parameters
- measurement Int32
- Measurement for which to clear flags.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The given value for measurement is negative. |
See Also