| MeasurementCollectionAdd Method (String, ValueMember, String, ValueMember) |
Adds a new MeasurementDelta to the collection.
Namespace: Flir.Atlas.ImageAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public MeasurementDelta Add(
string name1,
ValueMember val1,
string name2,
ValueMember val2
)
Parameters
- name1
- Type: SystemString
The name of the first measurement or the ReferenceTemperature. - val1
- Type: Flir.Atlas.Image.MeasurementsValueMember
Which type of value that shoud be used in the delta function for measurement 1. - name2
- Type: SystemString
The name of the second measurement or the ReferenceTemperature. - val2
- Type: Flir.Atlas.Image.MeasurementsValueMember
Which type of value that shoud be used in the delta function for measurement 2.
Return Value
Type:
MeasurementDeltaThe MeasurementDelta object added to the collection.
See Also