Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : ID8List Interface |
For a list of all members of this type, see ID8List members.
Name | Description | |
---|---|---|
![]() | Add | Adds a list item to the list. |
![]() | AddEx | Supports adding multiple items by passing in a safearray. After adding all of the items in the safearray, the method will fire the ItemRebuilt event. |
![]() | AddFront | Adds an item to the front of the list. |
![]() | AddSorted | If the list is sorted, items will be added in sorted position. |
![]() | Clear | Removes all list items from the list. |
![]() | Find | Finds the list item that is the same as the SearchItem in the list. Comparison is based whether you decide to compare GeoObject or attributes or both. Reference to the matching list item is return as FoundItem. FoundItem is NULL if not found. |
![]() | Insert | Inserts a list item at the location indicated by the Position parameter. |
![]() | Next | Retrieves the next listitem in the list. Returns NULL when there are no items or the end of the list is reached. |
![]() | RefreshChildren | Refreshes the list items. |
![]() | Remove | Removes specified item from the list. |
![]() | Reset | Resets the list iterator. Call before the first call to Next or when you need to get the first item in the list. |
![]() | Sort | Uses the mmSortType enumeration to sort the list items |
![]() | WillAcceptItem |