Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image.Isotherms
IsothermCollection Class
IsothermCollection Properties
Count Property
Item Property
IsothermCollection
Item Property
Gets the isotherm at the specified index.
Namespace:
Flir.Atlas.Image.Isotherms
Assembly:
Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
Copy
public
Isotherm
this
[
int
index
] {
get
; }
Parameters
index
Type:
System
Int32
The zero-based index of the isotherm to get.
Return Value
Type:
Isotherm
The isotherm at the specified index.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index is less than 0.-or-index is equal to or greater than Count
See Also
Reference
IsothermCollection Class
Flir.Atlas.Image.Isotherms Namespace