Click or drag to resize

AnalysisLayerGetByPolygon Method

Gets the WindowlessComponents within the specified Polygon.

Namespace:  Easymap.AddIn.Analyse
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public IEnumerable<WindowlessComponent> GetByPolygon(
	PointArray points,
	HitTestMode hitTestMode
)

Parameters

points
Type: Easymap.AddIn.Common.GraphicsPointArray
hitTestMode
Type: Easymap.AddIn.CommonHitTestMode

Return Value

Type: IEnumerableWindowlessComponent
Remarks
The points of the polygon must be specified using WGS84 coordinates.
See Also