SelectedObjectCollection Class |
List of all selected objects.
Inheritance Hierarchy Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic sealed class SelectedObjectCollection : Wrapper,
IList<WindowlessComponent>, ICollection<WindowlessComponent>, IEnumerable<WindowlessComponent>,
IEnumerable, IDisposable
Public NotInheritable Class SelectedObjectCollection
Inherits Wrapper
Implements IList(Of WindowlessComponent), ICollection(Of WindowlessComponent),
IEnumerable(Of WindowlessComponent), IEnumerable, IDisposable
The SelectedObjectCollection type exposes the following members.
Properties
Methods| | Name | Description |
|---|
 | Add |
Not supported, yet.
|
 | Clear |
Clears the collection and deselect all objects.
|
 | Contains |
Returns true if the specified WindowlessComponent item is contained in the collection.
|
 | CopyTo |
Copies the SelectedObjectCollection from a specified position to a specified array.
|
 | GetEnumerator |
Enumerates through the list of selected objects.
|
 | IndexOf |
Returns the index of the specified item.
|
 | Insert |
Not supported, yet.
|
 | Invert |
Inverts all available objects.
|
 | Remove |
Not supported, yet.
|
 | RemoveAt |
Not supported, yet.
|
Top
See Also