Click or drag to resize

AnalysisCollection Class

List of all available analysis.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.AnalyseAnalysisCollection

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

The AnalysisCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in AnalysisCollection
Public propertyDocument Gets the associated Document of the SheetCollection.
Public propertyCode exampleItemInt32 Gets a Analysis by it's index.
Public propertyCode exampleItemString Gets a Analysis by it's caption.
Top
Methods
 NameDescription
Public methodContains True, if the collection contains the specified Analysis.
Public methodDisposeReleases 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