get_element


Description:

public TimelineElement? get_element (string name)

Gets the element contained in the timeline with the given name.

Parameters:

this

The Timeline

name

The name of the element to find

Returns:

The timeline element in this with the given name, or null if it was not found.