Click or drag to resize

HighlightedObjectCollection Class

List of all highlighted objects.
Inheritance Hierarchy

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

The HighlightedObjectCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of items in the collection.
Public propertyIsReadOnly
If true, the user cannot modify the component.
Public propertyItem
Gets an object from the list.
Top
Methods
  NameDescription
Public methodAdd
Not supported, yet.
Public methodClear
Clears the collection and removes the highlight from 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 methodRemove
Not supported, yet.
Public methodRemoveAt
Not supported, yet.
Top
See Also