Click or drag to resize

SelectedObjectCollection Class

List of all selected objects.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonSelectedObjectCollection

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public sealed class SelectedObjectCollection : Wrapper, 
	IList<WindowlessComponent>, ICollection<WindowlessComponent>, IEnumerable<WindowlessComponent>, 
	IEnumerable, IDisposable

The SelectedObjectCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in SelectedObjectCollection.
Public propertyIsReadOnly If true, the user cannot modify the component.
Public propertyItem Gets an object from the list.
Public propertySelectionContainer Returns WindowlessComponent of the SelectionContainer.
Top
Methods
 NameDescription
Public methodAdd Not supported, yet.
Public methodClear Clears the collection and deselect all objects.
Public methodContains Returns true if the specified WindowlessComponent item is contained in the collection.
Public methodCopyTo Copies the SelectedObjectCollection from a specified position to a specified array.
Public methodGetEnumerator Enumerates through the list of selected objects.
Public methodIndexOf Returns the index of the specified item.
Public methodInsert Not supported, yet.
Public methodInvert Inverts all available objects.
Public methodRemove Not supported, yet.
Public methodRemoveAt Not supported, yet.
Top
See Also