Returns flags for the given measurement.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public int GetFlags( int measurement )
Parameters
- measurement Int32
- Measurement number for which flags are returned.
Return Value
Int32Flags value for the measurement.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The given value for measurement is negative. |