Revit 2025 API
Value |
Independently sets the flags associated to all measurements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetFlags( IList<int> flags )
Public Sub SetFlags ( flags As IList(Of Integer) )
public: void SetFlags( IList<int>^ flags )
member SetFlags : flags : IList<int> -> unit
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |

If you set the array of flags to only contain one value, this flags value will apply to all measurements
See Also