class IO2GTimeframeCollection

Parents
IAddRef

Brief

A collection of the time frames available for the session.

Details

Use the IO2GRequestFactory.getTimeFrameCollection method to get an instance of the available time frame collection.

IO2GTimeframeCollection [hide]

IO2GRequestFactory *factory = session->getRequestFactory();
IO2GTimeframeCollection *timeframe_collection = factory->getTimeFrameCollection();
//...
timeframe_collection->release();
factory->release();

Public Methods

get

Gets a time frame by its index.

get

Finds a time frame by its unique identifier.

size

Gets the number of time frames.

back