Click or drag to resize

Analysis Class

Base Analysis
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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