| MeasurementShapeCollectionTRemove Method |
Removes the specified measurement shape from the collection.
Namespace: Flir.Atlas.Image.MeasurementsAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public bool Remove(
T measurementShape
)
Parameters
- measurementShape
- Type: T
The measurement shape to remove.
Return Value
Type:
Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.
See Also