Click or drag to resize

AnalysisLayer Class

The visual representation of an Analysis
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.CommonWindowlessComponent
              Easymap.AddIn.AnalyseAnalysisLayer

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class AnalysisLayer : WindowlessComponent

The AnalysisLayer type exposes the following members.

Properties
 NameDescription
Public propertyAnalysis Gets the associated Analysis for this layer.
Public propertyElementInfos Gets an collection of ElementInfos
Public propertyMapComponent Gets the associate map of the map layer.
Public propertyMapLayer Returns the coresponding MapLayer (if available)
Top
Methods
 NameDescription
Public methodGetByPolygon Gets the WindowlessComponents within the specified Polygon.
Public methodGetByRadius Gets the WindowlessComponents within the specified radius at the specified location
Public methodGetByRect Gets the WindowlessComponents within the specified RectangleF
Public methodGetChildCount Gets the number of child elments.
Public methodGetChildForIndex Gets the child element for the specified index.
Public methodGetChildForKey Gets the child element for the specified key.
Public methodGetIndexForChild Gets the index of an child elments.
Public methodGetKeyForChild Gets the key of an child elments.
Public methodHasClip Returns true if the AnalysisLayer is clipped
Top
See Also