Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : IMMOrderedListItem Interface |
The following tables list the members exposed by IMMOrderedListItem.
Name | Description | |
---|---|---|
![]() | Index | This property returns the index of the list item. This value is zero-based (i.e., the first element in the list has an Index value of zero). |
Name | Description | |
---|---|---|
![]() | IsBottom | Returns a boolean value indicating whether the list item is at the bottom of the list. |
![]() | IsTop | Returns a boolean value indicating whether the list item is at the top of the list. |
![]() | MoveDown | Moves the list item down in the list. |
![]() | MoveToBottom | Moves the list item to the bottom of the list. |
![]() | MoveToTop | Moves the list item to the top of the list. |
![]() | MoveUp | Moves the list item up in the list. |