Click or drag to resize
MeasurementShapeCollectionTItem Property
Gets the measurement at the specified index

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the measurement shape to get.

Return Value

Type: T
The measurement shape at the specified index
Exceptions
ExceptionCondition
ArgumentExceptionindex is less than 0.-or-index is equal to or greater than Count
See Also