Sets the flags associated to a given measurement.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference