Click or drag to resize

Analysis Class

Base Analysis
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.AnalyseAnalysis
              Easymap.AddIn.AnalyseAreaShadingAnalysis
              Easymap.AddIn.AnalyseChartAnalysis
              Easymap.AddIn.AnalyseSymbolAnalysis

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class Analysis : LTComponent, IDynamicMetaObjectProvider, 
	IListSource

The Analysis type exposes the following members.

Properties
 NameDescription
Public propertyAnalysisLayer Gets the AnalysisLayer
Public propertyClassifications Gets the Classifications of an Analysis.
Public propertyContainsListCollection Returns true if list collection is available
Public propertyDataSource The DataSource of the Analysis
Public propertyKeyColumnName The name of the KeyColumn the Analysis is using to match the input data.
Public propertyLTComponent Gets the associated LTComponent of the analysis.
Public propertyUseDataSourceViewFilter Specifies if the Analysis uses the filtered view of it's DataSource
Public propertyVisible Gets sets the visibility of Analysis
Top
Methods
 NameDescription
Public methodGetList Gets IList of the current result datasource.
Public methodGetResultDataSource Returns the data source of result table.
Top
See Also