Sets the flags associated to all measurements to the same value.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetFlags(
int flags
)
Parameters
- flags Int32
-
Value of flags, uniform for all measurements.
Flags values are defined in the enumerated class ValueAtPointFlags and are combined into the int value.
See Also
Reference