Click or drag to resize

AnalysisCollection Class

List of all available analysis.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class AnalysisCollection : BaseObject, 
	IDisposable, IEnumerable<Analysis>, IEnumerable, IDynamicMetaObjectProvider

The AnalysisCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodContains
True, if the collection contains the specified Analysis.
Public methodDispose
Releases all resources used by the AnalysisCollection
(Overrides BaseObject.Dispose.)
Public methodCode exampleFindByCaption
Gets a Analysis by it's caption.
Public methodFindByName
Find a LTComponent by its Name (recursive)
Public methodGetEnumerator
Enumerates through the list of analysis.
Public methodIndexOf
Gets index of specified Analysis item.
Top
See Also