Click or drag to resize

IMcFeaturesListRemoveAll Method

Removes all items from the list.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub RemoveAll
Remarks
The list copies of all of the McFeatures operators are removed from the list and freed. The backing McObject instances are also freed and their functionality is killed. Making subsequent calls on any of these McObject instances will cause an error.
See Also