MappedItems (Clip)
Introduced
1.5
Description
Returns a MappedItemCollection containing each MappedItem object in the clip.
Warning: If you try to use the MappedItems property on an audio source (siClipAudioType), you will get an error. You can test for the audio source type with the SIObject.Type property.
C# Syntax
// get accessor MappedItemCollection rtn = Clip.MappedItems;
Autodesk Softimage v7.5