public method IO2GTimeframeCollection.get

Brief

Gets a time frame by its index.

Declaration
C++
virtual IO2GTimeframe get (int index) = 0

Parameters
index

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

Details

Release the returned object when it is not used anymore.

Declared in IO2GTimeframeCollection

back