Click or drag to resize

AnalysisClassificationClassCollection Class

List of all available classes of the associate classification.
Inheritance Hierarchy

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