v1.5
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.
// get accessor MappedItemCollection rtn = Clip.MappedItems; |