public method IO2GTimeframeCollection.get

Brief

Finds a time frame by its unique identifier.

Declaration
C++
virtual IO2GTimeframe get (const char *id) = 0

Parameters
id

The identifier of the time frame to find.

Details

The method returns an instance of the time frame interface or NULL in case a time frame with the specified identifier is not found.

Release the returned object when it is not used anymore.

Declared in IO2GTimeframeCollection

back