TimingValueBuilder.AddSyncbase

TimingValueBuilder.AddSyncbase method

Adds a syncbase timing value, which synchronizes with another element’s timing.

public TimingValueBuilder AddSyncbase(string id, string timing, TimeSpan? offset = default)
ParameterTypeDescription
idStringThe ID of the element to synchronize with.
timingStringThe timing attribute to synchronize to (e.g., “start”, “end”).
offsetNullable`1Optional offset from the syncbase timing.

Return Value

The current TimingValueBuilder instance for chaining.

See Also