NTimeMarkerCollection Class Methods
For a list of all members of this type, see NTimeMarkerCollection members.
| Name | Description |
 | FindByName | Finds the time marker with the given name. Returns null if a time marker with such name does not exist in this collection. |
 | IndexOf | Overloaded. Finds the index in this collection of the time marker with the given name. Returns -1 if a time marker with such name does not exist in the collection. |
Top
| Name | Description |
 | OnChildInserting | Overridden. Overriden to throw an exception if a time marker with name equal to the name of the one to be inserted already exists in the collection. |
Top