ValueAtPointBaseSetFlags(IListInt32) Method |
Independently sets the flags associated to all measurements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
- flags IListInt32
-
An array of flags values. Each member corresponds to a measurement.
Flags values are defined in the enumerated class ValueAtPointFlags and are combined into the int value.
Number of measurements is set at creation of SpatialFieldManager in method createSpatialFieldManager.
Exceptions
Remarks
If you set the array of flags to only contain one value, this flags value will apply to all measurements
See Also