Click or drag to resize

DataTimelineModel Constructor

Initializes a new instance of the DataTimelineModel class

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public DataTimelineModel(
	List<DataTimelineTrigger> triggers,
	List<IDataLibraryAnimation> animations,
	List<DataTimeline> timelines
)

Parameters

triggers
Type: System.Collections.GenericListDataTimelineTrigger

[Missing <param name="triggers"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataTimelineModel.#ctor(System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataTimelineTrigger},System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.IDataLibraryAnimation},System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataTimeline})"]

animations
Type: System.Collections.GenericListIDataLibraryAnimation

[Missing <param name="animations"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataTimelineModel.#ctor(System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataTimelineTrigger},System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.IDataLibraryAnimation},System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataTimeline})"]

timelines
Type: System.Collections.GenericListDataTimeline

[Missing <param name="timelines"/> documentation for "M:Lumiscaphe.Workshop.Interop.DataTimelineModel.#ctor(System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataTimelineTrigger},System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.IDataLibraryAnimation},System.Collections.Generic.List{Lumiscaphe.Workshop.Interop.DataTimeline})"]

Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also