ValueAtPointBase.SetFlags(IList<Int32>)
Method
Description:
Independently sets the flags associated to all measurements.
Independently sets the flags associated to all measurements.
Remarks:
If you set the array of flags to only contain one value, this flags value will apply to all measurements
If you set the array of flags to only contain one value, this flags value will apply to all measurements
Parameters
Parameter | Type | Description |
---|---|---|
flags | IList | 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. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |