IMcFeaturesListRemove Method
|
|
Removes one item from the list.
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxFunction Remove (
IndexNameOrItem As Object
) As Boolean
Parameters
- IndexNameOrItem
- Type: SystemObject
Either a zero-based index number, a
case-insensitive name string or an object, identifying the list entry to be
removed.
Return Value
Type:
BooleanTrue if the item was in the list and was removed. False if the
IndexNameOrItem was not in the list.
RemarksThe list copy of the McFeatures operator is removed from the list
and is freed. Its backing McObject is also freed and its functionality is
killed. Making subsequent calls on this McObject will cause an error.
See Also