ValueAtPointBaseSetFlags(Int32, Int32) Method |
Sets the flags associated to a given measurement.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
- 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