public property O2GTimeframeCollection.Item

Brief

A time frame found by its unique identifier.

Declaration
C#
O2GTimeframe  this[string id] get;

Parameters
id

The identifier of the time frame to find.

Details

The value is an instance of the time frame interface or null in case a time frame with the specified identifier is not found.

Declared in O2GTimeframeCollection

back