public property O2GTimeframeCollection.Item

Brief

A time frame found by its index.

Declaration
C#
O2GTimeframe  this[int index] get;

Parameters
index

The index of the time frame in the collection. The value must be between 0 and Count - 1.

Declared in O2GTimeframeCollection

back