ClipRelation.SwapMasterAndSlaveClip
 
 
 

ClipRelation.SwapMasterAndSlaveClip

Introduced

v4.0

Description

Exchanges the master and slave clips of a ClipRelation. This is useful if you want to affect the master clip value relative to the slave clip value when modifying an offset.

For more details about offsets, master and slave clips, see the description of the ClipRelation object.

C# Syntax

ClipRelation.SwapMasterAndSlaveClip();

Scripting Syntax

ClipRelation.SwapMasterAndSlaveClip();

Examples

JScript Example

/*
        See the example under the <object idref="ClipRelation"/> object.
*/

See Also

ClipRelation.MasterClip ClipRelation.SlaveClip Clip.Relations ClipContainer.AddRelation