Revit 2025 API
Value |
Sets the flags associated to a given measurement.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetFlags( int flags, int measurement )
Public Sub SetFlags ( flags As Integer, measurement As Integer )
public: void SetFlags( int flags, int measurement )
member SetFlags : flags : int * measurement : int -> unit
Parameters

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given value for measurement is negative. |
See Also