Click or drag to resize
MeasurementShapeCollectionTRemove Method
Removes the specified measurement shape from the collection.

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public bool Remove(
	T measurementShape
)

Parameters

measurementShape
Type: T
The measurement shape to remove.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.
See Also