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 | |
Gets a time frame by its index. |
|
Finds a time frame by its unique identifier. |
|
Gets the number of time frames. |