Returns an array of timelines from the given object which belong to this manager.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public TimelineBase[] GetTimelines(
	Object obj
)

Parameters

obj
Type: System..::..Object
The object to inspect.

Return Value

An array of timelines.

See Also