Click or drag to resize

LTComponentArray Class

Array of LTComponents
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    FreeBaseObject
      Easymap.AddIn.CommonLTComponentArray
        Easymap.AddIn.CommonLTComponentArrayWriteable

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class LTComponentArray : FreeBaseObject, 
	IEnumerable<LTComponent>, IEnumerable

The LTComponentArray type exposes the following members.

Properties
 NameDescription
Public propertyCount The number of LTComponent items in the array
Public propertyItem Gets the associated LTComponent by it's index.
Top
Methods
 NameDescription
Public methodGetEnumerator Returns an enumerator that iterates through a array.
Top
See Also