Click or drag to resize

AnalysisClassificationClassCollection Class

List of all available classes of the associate classification.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.AnalyseAnalysisClassificationClassCollection

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class AnalysisClassificationClassCollection : BaseObject, 
	IEnumerable<AnalysisClassificationClass>, IEnumerable

The AnalysisClassificationClassCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in AnalysisClassificationClassCollection.
Public propertyGenerationMode Get the generation-mode of a associate classification.
Public propertyItem Get AnalysisClassificationClass item by index.
Public propertyNotClassified Returns the classification-class "NotClassified".
Top
Methods
 NameDescription
Public methodGetEnumerator Enumerates through the list of classification-classes.
Public methodSetGenerationMode Sets how values are generated. Using GenerationMode.None, the values of all classe need to be set by user.
Top
See Also