Click or drag to resize

AnalysisLayer.GetByPolygon Method

Gets the WindowlessComponents within the specified Polygon.

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

Parameters

points
Type: Easymap.AddIn.Common.Graphics.PointArray
hitTestMode
Type: Easymap.AddIn.Common.HitTestMode

Return Value

Type: IEnumerable<WindowlessComponent>
Remarks
The points of the polygon must be specified using WGS84 coordinates.
See Also