Click or drag to resize

ElementInfoCollection Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.CommonElementInfoCollection

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public sealed class ElementInfoCollection : BaseObject, 
	IEnumerable<ElementInfo>, IEnumerable

The ElementInfoCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of Elements
Public propertyItemInt32 Gets the ElementInfo for the specified index
Public propertyItemObject Gets the ElementInfo for the specified key
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ElementInfoCollection
(Overrides BaseObject.Dispose)
Public methodGetByKey Gets the ElementInfo for the specified key
Public methodGetEnumerator 
Top
See Also