Click or drag to resize

IMcFeaturesList2 Methods

The IMcFeaturesList2 type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAdd
Makes a copy of a supplied McFeatures-derived object and adds it to the list or replaces an existing list item with the copy.
Public methodAddEx
Public methodGetEnumerator
Public methodLoadList
Items are added to the list from a source previously saved to by the SaveList method or from another McFeaturesList.
Public methodMoveInList
Moves an item to a new position in the list
Public methodRemove
Removes one item from the list.
Public methodRemoveAll
Removes all items from the list.
Public methodCode exampleSaveList
The names and coordinates of the list McFeatures are stored in a destination file, IStorage or IStream.
Public methodCode exampleValidateName
Checks that a supplied name is suitable for being added to the list and optionally checks for a name collision with an existing object.
Top
See Also