Description

Removes all items from the list.

Return Type

None  

Syntax

object.RemoveAll

The RemoveAll Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFeaturesList.

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.